Feeds
提问
Problem with Casadi 3.6.5 installation on Matlab r2023b on Mac ARM64
Tried running below code to test Casadi in Matlab. import casadi.* x = MX.sym('x') disp(jacobian(sin(x),x)) Im getting t...
2 years 前 | 1 个回答 | 1
1
个回答提问
Getting error in fmincon with below code how to correct it
% Constants m = 1; % mass of the rocket (kg) x_target = 10; % target displacement (m) t_final = 10; % final time (s) % O...
2 years 前 | 2 个回答 | 0