From ad97a005451f6c47beadc691c10b0bf5c1e4b7d6 Mon Sep 17 00:00:00 2001 From: MarcoRianiUNIPR Date: Tue, 10 Dec 2024 17:43:15 +0100 Subject: [PATCH] Change code to define ylabel ylabel("Transformed "+ VarNames(end)) --- toolbox/graphics/aceplot.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toolbox/graphics/aceplot.m b/toolbox/graphics/aceplot.m index b3ab3ca94..55ae65780 100644 --- a/toolbox/graphics/aceplot.m +++ b/toolbox/graphics/aceplot.m @@ -360,7 +360,8 @@ function aceplot(out,varargin) xlabel('y') title('Plot of ty vs. y') else - ylabel('Transformed y') + % ylabel('Transformed y') + ylabel("Transformed "+ VarNames(end)) xlabel(VarNames(end)) title("Plot of t"+ VarNames(end)+ " vs. "+ VarNames(end)) end