rplot.m: fix TeX-ylabel

time-shift
Johannes Pfeifer 2020-06-25 09:28:03 +02:00
parent 49b35be90a
commit 61fd9d7c7d
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ elseif options_.rplottype == 2
end
xlabel('Periods') ;
if options_.TeX
ylabel([s1_TeX{j}],'Interpreter','latex') ;
ylabel(['$' s1_TeX{j} '$'],'Interpreter','latex') ;
title(['Plot of $' s1_TeX{j} '$'],'Interpreter','latex') ;
else
ylabel([s1{j}],'Interpreter','none') ;