Skip to content
Snippets Groups Projects
Commit 8ab8d462 authored by Marco Ratto's avatar Marco Ratto
Browse files

small fix in matlab annotation

parent e67524e9
No related branches found
No related tags found
No related merge requests found
...@@ -158,8 +158,8 @@ for i = 1:p ...@@ -158,8 +158,8 @@ for i = 1:p
end end
end end
if ~isoctave if ~isoctave
annotation('textbox', [0.1,0,0.35,0.05],'String', beha_name,'Color','Blue','horizontalalignment','center'); annotation('textbox', [0.1,0,0.35,0.05],'String', beha_name,'Color','Blue','horizontalalignment','center','interpreter','none');
annotation('textbox', [0.55,0,0.35,0.05],'String', non_beha_name,'Color','Red','horizontalalignment','center'); annotation('textbox', [0.55,0,0.35,0.05],'String', non_beha_name,'Color','Red','horizontalalignment','center','interpreter','none');
end end
if ~nograph, if ~nograph,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment