help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

error: invalid value for array property "xdata"


From: Jonathan Camilleri
Subject: error: invalid value for array property "xdata"
Date: Sat, 5 Dec 2015 17:24:49 +0100

Why is this error being displayed?

>> pr={1,0}
pr =
{
  [1,1] =  1
  [1,2] = 0
}
>> plot(pr,1)
error: invalid value for array property "xdata"
error: called from
    __line__ at line 120 column 16
    line at line 56 column 8
    __plt__>__plt2vs__ at line 466 column 15
    __plt__>__plt2__ at line 244 column 14
    __plt__ at line 113 column 17
    plot at line 220 column 10
>> xdata=0
xdata = 0
>> plot(pr,1)
error: invalid value for array property "xdata"
error: called from
    __line__ at line 120 column 16
    line at line 56 column 8
    __plt__>__plt2vs__ at line 466 column 15
    __plt__>__plt2__ at line 244 column 14
    __plt__ at line 113 column 17
    plot at line 220 column 10
>> help xdata
error: help: 'xdata' not found

--
Jonathan Camilleri

Mobile (MT): ++356 7982 7113
E-mail: address@hidden
Please consider your environmental responsibility before printing this e-mail.
 
I usually reply to emails within 2 business days.  If it's urgent, give me a call.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]