help-octave
[Top][All Lists]
Advanced

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

Re: new features in Octave 2.1.58


From: David Bateman
Subject: Re: new features in Octave 2.1.58
Date: Fri, 3 Sep 2004 13:27:35 +0200
User-agent: Mutt/1.4.1i

Daprès Michael Creel <address@hidden> (le 03/09/2004):
> If you could expand on this it would be appreciated by the matlab-challenged 
> people. What is this used for? 


    y = myfunc (inline("x+1"),1)

    function y = myfunc (fcn, x)
       y = fcn(x);
    endfunction


Also check the functions vectorize, argnames and formula... Also check 
function handles like

   fcn = @ (x) x + 1;

that achieve similar behaviour to inline functions..

D.

-- 
David Bateman                                address@hidden
Motorola CRM                                 +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 1 69 35 77 01 (Fax) 
91193 Gif-Sur-Yvette FRANCE

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary



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