Skip to content
Snippets Groups Projects
Commit 80a619dd authored by JB's avatar JB
Browse files

added code for section 5

parent adcaee83
No related branches found
No related tags found
No related merge requests found
clear all; close all; clc;
import casadi.*
x = SX.sym('x', 2);
y = SX.sym('y');
f = Function('f', {x, y}, {sqrt(x)-y});
f.generate('fun');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment