I'm generating figures and I can't find the way to change the ylabel allignment so that it is along y-axis.
plot(tvals(:,1:dim), Values(:,1:dim))
title(Title)
xlabel(Xlabel)
ylabel(Ylabel')
I'm generating figures and I can't find the way to change the ylabel allignment so that it is along y-axis.
plot(tvals(:,1:dim), Values(:,1:dim))
title(Title)
xlabel(Xlabel)
ylabel(Ylabel')