Is there an object similar to Matlab vectors/matricies/cells?
Thanks. Do you have an examples/demos of it working (programming skills not
great yet) so I can see how you declared things and how you called them.
Can it handle data that has multiple types? eg strings in some cells and
numbers in others all within the same range? That said maybe I can just
assume they are all strings, im not really wanting to do any calcs with the
contents just reformatting and outputting etc.
Regards
A
"Alan Beban" wrote in message
...
A C wrote:
Hello
I am after a vector/matrix/cell style object like there is in Matlab
whereby
we can read data into this matrix and maipulate it. All the sizing etc
is
automatically accounted for by the object itself when the data is
assigned
to the object, and its easy to do things like pull out columns 1--5,
count
etc etc.
Converting from an existing Matlab program and Matlab has lots of nice
features for manipulating cells/vectors/matricies which I would love to
have
avaiable.
Contents is not just numbers so its not a math vector etc I am after.
For
example it might read in a table of data where some fields are text and
some
are numbers. Basic manipulation, for example append, combine, remove
these
cols, remove these rows, sort, remove repeats, unique etc etc.
Regards
A
You might want to review the freely downloadable file at
http:/home.pacbell.net/beban to see whether any of the functions might
be helpful.
Alan Beban
|