Respondida
How to make variable names using for loop
for k=1:50 v(k)=0; end

más de 3 años hace | 0

Respondida
what is the mistake in this code because the output results doesn't appear?
In line 180, you are not supposed to use function "zeros" like below. zeros(j, 1:n) According to the error message, the second...

más de 3 años hace | 0

Respondida
Why does the same function generate different results when coder.extrinsic is ON or OFF?
This is because math kernel libraries for code-gen fmincon and MATLAB engine's are different. This is explained in the doc "fmin...

más de 3 años hace | 0