Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis committed May 17, 2024
1 parent 2eddbe1 commit c49dfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/matlab-coder/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ opti.set_initial(center, [0.5, 0.5]);
opti.solver('ipopt');
% Vreate a CasADi Function
% Create a CasADi Function
F = opti.to_function('F',{p},{radius, center});
[radius_sol,center_sol] = F(p_value);
Expand Down

0 comments on commit c49dfe8

Please sign in to comment.