photo

Charuka


Last seen: 1 year ago Active since 2024

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
233,960
of 301,478

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
 of 21,296

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,719

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


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 ago | 1 answer | 1

1

answer

Question


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 ago | 2 answers | 0

2

answers