Skip to content
Snippets Groups Projects
Commit 6b3eeebc authored by nsingh's avatar nsingh
Browse files

corrected...

parent 572b61b0
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ if fich == 'cas1_2', ...@@ -42,7 +42,7 @@ if fich == 'cas1_2',
fich_mat = ['Ressources/' fich '_short.mat']; fich_mat = ['Ressources/' fich '_short.mat'];
disp('K format short') disp('K format short')
load(fich_mat, 'X_sol', 'U_sol'); 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);
end; end;
% %
% Fonctions % Fonctions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment