Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 694c4580 authored by Nicolas Bellot's avatar Nicolas Bellot Committed by hhakim
Browse files

affichage demo_BSL

parent fca6c54a
Branches
No related tags found
No related merge requests found
......@@ -192,4 +192,9 @@ print(figure_name, format_fig);
%% console display
disp(['**** MEG with OMP solver time comparison ****']);
disp(['M tps : ' num2str(mean(timeS(:,1))) ]);
for i=1:nb_approx_MEG
disp([ 'M_' int2str(RCG_list(i)) ' tps : ' num2str(mean(timeS(:,i+1))) ', speed-up : ' num2str(real_RCG(i+1))]);
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment