How can I modify the attributes of an instance of an arff file on Matlab ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/161920/image.png)
0 comentarios
Respuestas (1)
KSSV
el 20 de Mzo. de 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)
Ver también
Categorías
Más información sobre Performance and Memory en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!