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

3 years ago | 0

Answered
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...

3 years ago | 0

Answered
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...

3 years ago | 0