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년 전 | 답변 수: 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년 초과 전 | 답변 수: 2 | 0