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

Update simu_robot.m

parent 8fcf0990
Branches
Tags
No related merge requests found
...@@ -37,7 +37,7 @@ fich_mat = ['Ressources/' fich '.mat']; ...@@ -37,7 +37,7 @@ fich_mat = ['Ressources/' fich '.mat'];
load(fich_mat, 'X_sol', 'U_sol'); load(fich_mat, 'X_sol', 'U_sol');
result = comparaison(fich, simOut.X, X_sol, simOut.U, U_sol); result = comparaison(fich, simOut.X, X_sol, simOut.U, U_sol);
if fich == 'cas1_2' && result==0, if fich=='cas1_2' & result==0,
% fich_mat = ['TP2_Etudiants/Resultats/' fich '.mat']; % fich_mat = ['TP2_Etudiants/Resultats/' fich '.mat'];
fich_mat = ['Ressources/' fich '_short.mat']; fich_mat = ['Ressources/' fich '_short.mat'];
disp('K format short') disp('K format short')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment