help-octave
[Top][All Lists]
Advanced

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

Re: matlab Surf command


From: Paul Kienzle
Subject: Re: matlab Surf command
Date: Thu, 14 Nov 2002 08:19:32 -0500
User-agent: Mutt/1.2.5.1i

Not the same, but you can use:

        function surf(varargin) mesh(varargin{:}); endfunction

or on older versions of octave:

        function surf(...) mesh(all_va_args); endfunction

Paul Kienzle
address@hidden

On Thu, Nov 14, 2002 at 08:38:10AM +0100, Massimo Alonzo wrote:
> 
> 
> 
> Hi all,
> 
> I'm new to octave and I'm trying to convert some programs written for
> Matlab to Octave but I cannot find an instruction equivalent to the
> Matlab's Surf command.
> 
> How can I achieve it?
> 
> Thank you in advance
> 
> Massimo 
> 
> 
> 
> -------------------------------------------------------------
> 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
> -------------------------------------------------------------
> 



-------------------------------------------------------------
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]