Skip to content
Snippets Groups Projects
Commit 0f2dadae authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

set(0,'DefaulttextInterpreter','none') to leave underscores as underscores

parent 50de5e80
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,9 @@ nc = netcdf(which(file), 'nowrite');
% hchild = get(wb,'children');
% htitle = get(hchild,'title');
% set(htitle,'Interpreter','None');
% ('none' as opposed to 'latex') to leave underscores as underscores
set(0,'DefaulttextInterpreter','none')
% update waitbar title with Tex mode disable
% ------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment