Skip to content
Snippets Groups Projects
Commit 572b61b0 authored by nsingh's avatar nsingh
Browse files

modified

parent a562c911
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ simOut = sim(fich_simulink_etu,[t0 tf],options_sim);
% fich_mat = ['TP2_Etudiants/Resultats/' fich '.mat'];
fich_mat = ['Ressources/' fich '.mat'];
load(fich_mat, 'X_sol', 'U_sol');
comparaison(fich, X, X_sol, U, U_sol);
comparaison(fich, simOut.X, X_sol, simOut.U, U_sol);
if fich == 'cas1_2',
% fich_mat = ['TP2_Etudiants/Resultats/' fich '.mat'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment