[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
xticklabel: warning: range error for conversion to character value
From: |
gigiolone123 |
Subject: |
xticklabel: warning: range error for conversion to character value |
Date: |
Fri, 23 Nov 2018 13:25:18 -0600 (CST) |
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.html
- xticklabel: warning: range error for conversion to character value,
gigiolone123 <=