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

Update simu_robot.m

parent c47f6586
Branches
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ end
function comparaison(fich, X, X_sol, U, U_sol)
eps0 = 1e-13;
eps0 = 1e-11;
if size(X.Data) == size(X_sol.Data) & size(U.Data) == size(U_sol.Data),
disp('dimension ok')
X_erreur = max(max(abs(X.Data-X_sol.Data)));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment