octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #30002] size error in contourf()


From: Rik
Subject: [Octave-bug-tracker] [bug #30002] size error in contourf()
Date: Mon, 31 May 2010 21:45:48 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100402 Ubuntu/9.10 (karmic) Firefox/3.5.9

Update of bug #30002 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

Could you verify that the code you posted is EXACTLY what you ran in Octave? 
Octave fails for me at line 3 before reaching the call to contourf.

x=1:10; y=1:20;
[xx,yy]=meshgrid(x,y);
z=xx.xx+yy.yy; 
error: matrix cannot be indexed with .

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30002>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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