help-octave
[Top][All Lists]
Advanced

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

contourf


From: Alexandre Ribeiro
Subject: contourf
Date: Tue, 4 Apr 2006 05:10:44 -0500

Hi

I'm in trouble! In MatLab contourf is similar to contour, the only diference is that the first one is filled. In octave contourf is not working. I always have an error message.

Tanks for your help

Alexandre

octave:50> x=rand(10,10);
octave:51> contour(x)
octave:52> contour(x,5)
octave:53> contourf(x,5)
error: expecting integer index, found 13.600000
error: evaluating argument list element number 1
error: called from `contourf' in file `/usr/share/octave/site/m/octave-forge/plot/contourf.m'



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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