help-octave
[Top][All Lists]
Advanced

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

Re: error: invalid value for array property "xdata"


From: Mike Miller
Subject: Re: error: invalid value for array property "xdata"
Date: Sat, 5 Dec 2015 14:10:12 -0500
User-agent: Mutt/1.5.24 (2015-08-30)

On Sat, Dec 05, 2015 at 17:24:49 +0100, Jonathan Camilleri wrote:
> 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"

Why are you plotting a cell array? What are you expecting the resulting
plot to look like?

-- 
mike



reply via email to

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