help-octave
[Top][All Lists]
Advanced

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

Re: Plotting problem again


From: Thomas Weber
Subject: Re: Plotting problem again
Date: Sun, 1 Jun 2008 14:07:34 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

[cc'ing bugs, this looks like a bug]

I think the order of the elseif and else branches should be reverted,
see attached patch. No hg changeset, as I want to discuss this first.

On 01/06/08 03:58 -0700, asha g wrote:
> I am plotting the same data as before vvvv is a fn of x and y. 
> size(vvvv) = 10 10
> length(x) = 10
> length(y) = 10
> 
> When I give a plot3(x,y,vvvv) command I get the following error:
> 
> ans =
> 
>    10   10
> 
> error: plot3: [length(x), length(y)] must match size(z)
> error: evaluating if command near line 159, column 2
> error: evaluating if command near line 158, column 7
> error: evaluating if command near line 113, column 5
> error: evaluating while command near line 103, column 3
> error: called from `plot3' in file 
> `/usr/local/share/octave/3.0.0/m/plot/plot3.m'
> error: near line 109 of file `/home/proj/08/cesasha/aseasha/cabunbactoct.

        Thomas

Attachment: patch
Description: Text document


reply via email to

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