[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problem to print size of graphic
From: |
shivax |
Subject: |
problem to print size of graphic |
Date: |
Thu, 18 Oct 2018 12:13:44 -0500 (CDT) |
hi,
look that:
AnNumBackDatt=AnnualNumBackDatt; %a che idx scrivere l'anno
AnBackDatt=AnnualBackDatt; (2014 2015 2016 2017)
plot(x,DrawU,'r', x,DrawF,'b');
set (gca, 'XTick',AnNumBackDatt, 'xticklabel',AnBackDatt);
if AnBackDatt is array of number..it is ok
if i try to use cell string
AnBackDatt=num2cell(AnnualBackDatt)
i receive this error:
ऀwarning: range error for conversion to character value
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- problem to print size of graphic,
shivax <=