Skip to content
Snippets Groups Projects
Commit 375a94b2 authored by Olivier Cots's avatar Olivier Cots
Browse files

update capteur

parent dc40d620
No related branches found
No related tags found
No related merge requests found
*.DS_Store *.DS_Store
*.swp *.swp
*.~
...@@ -32,7 +32,7 @@ load(fich_mat, 'X_sol', 'U_sol'); ...@@ -32,7 +32,7 @@ load(fich_mat, 'X_sol', 'U_sol');
affichage(fich, t0, g, l, xe, ue, x0, tf, K, options_sim); affichage(fich, t0, g, l, xe, ue, x0, tf, K, options_sim);
sim(fich_simulink,[t0 tf],options_sim); simOut = sim(fich_simulink,[t0 tf],options_sim);
comparaison(fich, simOut.X, X_sol, simOut.U, U_sol); comparaison(fich, simOut.X, X_sol, simOut.U, U_sol);
% %
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment