gigiolone123
2018-11-23 19:24:59 UTC
hi
ANM2=[1 2 3];
for i=1:3
ABD(i)={"xiao "} % (it's an example..i want to use string}
endfor
set (gca, 'XTick',ANM2, 'xticklabel',ABD);
i receive this error:
āā疯ȁwarning: range error for conversion to character value
warning: called from
__axis_label__ at line 31 column 3
title at line 51 column 8
Titan_Plot_SingleSystem>Equit at line 368 column 1
Titan_Plot_SingleSystem at line 223 column 5
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.
ANM2=[1 2 3];
for i=1:3
ABD(i)={"xiao "} % (it's an example..i want to use string}
endfor
set (gca, 'XTick',ANM2, 'xticklabel',ABD);
i receive this error:
āā疯ȁwarning: range error for conversion to character value
warning: called from
__axis_label__ at line 31 column 3
title at line 51 column 8
Titan_Plot_SingleSystem>Equit at line 368 column 1
Titan_Plot_SingleSystem at line 223 column 5
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.