octave-maintainers
[Top][All Lists]
Advanced

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

RE: inline functions in Matlab R14


From: Hall, Benjamin
Subject: RE: inline functions in Matlab R14
Date: Wed, 22 Sep 2004 12:41:53 -0400

>> inline('p_1+1')

ans =

     Inline function:
     ans(p_1) = p_1+1

>> inline('p+q')

ans =

     Inline function:
     ans(p,q) = p+q

>> inline('abc+xyz')

ans =

     Inline function:
     ans(abc,xyz) = abc+xyz



-----Original Message-----
From: John W. Eaton [mailto:address@hidden
Sent: Wednesday, September 22, 2004 1:30 PM
To: octave maintainers mailing list
Subject: inline functions in Matlab R14


Can someone who has Matlab R14 say what it does in the following
cases?

  inline ('p_1+1')

  inline ('p+q')

  inline ('abc+xyz')

Thanks,

jwe



reply via email to

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