Feeds
已回答
I am getting an error message 'not enough input arguments' on running Rosenbrock's function using the optimization tool box solver 'fmincon' solver. How to correct it?
<</matlabcentral/answers/uploaded_files/31726/rosenbrock.jpg>> %unitdisk.m function [c, ceq] = unitdisk(x) c = x(1)^2 +...
I am getting an error message 'not enough input arguments' on running Rosenbrock's function using the optimization tool box solver 'fmincon' solver. How to correct it?
<</matlabcentral/answers/uploaded_files/31726/rosenbrock.jpg>> %unitdisk.m function [c, ceq] = unitdisk(x) c = x(1)^2 +...
11 years 前 | 0
提问
I am getting an error message 'not enough input arguments' on running Rosenbrock's function using the optimization tool box solver 'fmincon' solver. How to correct it?
I did the same way as in the optimization toolbox guide.
11 years 前 | 4 个回答 | 0
