help-octave
[Top][All Lists]
Advanced

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

Octave_map and vectors


From: Claudio Belotti
Subject: Octave_map and vectors
Date: Tue, 28 Oct 2003 15:17:38 +0100
User-agent: Mutt/1.3.28i

Hi all,
how can I return a vector (an array?) of Octave_map from an oct function?

what I need is something like:

vector[1] = 
{
  name = STRING
  type = int32
  dim = [7]
  data = ... 
}

vector[2] = 
{
  name = STRING
  type = int32
  dim = [42]
  data = ...
}

and so on

thank you

Claudio




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