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 12:10:34 +0200
User-agent: Mutt/1.4.1i

According to Stefan van der Walt <address@hidden> (on 09/03/04):
> Guess I havn't been following closely enough, but how do inline
> functions work, what is the correct way of concatenating structs and
> what are 'user-defined types'?

Inline functions work like the equivalent matlab versions, the only thing
is that the only octave function adapted for inline functions at he moment
is "quad". "fsolve" and family won't work with inline yet....

This doesn't stop you from using them in your own code in the same way as
with matlab..

As for concatenation of structs, an example is "a.x = 1; b.x = 2; c = [a,b]"

For user defined types, see the sparse, galois and fixed point types is
octave-forge, these are types that are external to the core octave code,
and till recently have been in the unpriviledged position of not having
access to concatenation or before 2.1.53 even to load/save, but not
any more. Sparse, galois and fixed point types in the octave-forge CVS
now all implement load/save and  concatenation..

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]