How can I modify the attributes of an instance of an arff file on Matlab ?
2 views (last 30 days)
Show older comments
Hello, please I have a block with this code which is a minimization function that I will use for the function fmincon. Attached is the code and output of the console.
0 Comments
Answers (1)
KSSV
on 20 Mar 2017
It is function....it needs a input x, whcih you are not providing/ passing in. Define x and then call the function:
f = myfunctiontomiminize(x)
See Also
Categories
Find more on Performance and Memory in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!