help-octave
[Top][All Lists]
Advanced

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

Re: strcells functionality in Octave?


From: Terry Duell
Subject: Re: strcells functionality in Octave?
Date: Sat, 08 Dec 2012 10:23:55 +1100
User-agent: Opera Mail/12.11 (Linux)

On Sat, 08 Dec 2012 09:58:29 +1100, Ben Abbott <address@hidden> wrote:

On Dec 8, 2012, at 7:24 AM, seektime wrote:

Hi All,

I stumbled upon a function "any2csv.m" on Matlab Central, which I found
useful (by description). Tried it in Octave 3.6.1 but it threw an error. I didn't spend my time on it but found that it calls "strcells", a function
that seems to ship with Matlab, but is not part of my Octave version. It
basically turns fields of a struct into cells, and outputs a cell array.

Does anyone had ideas if Octave already has such functionality?

Thanks,
michael

I don't think strcells() is a core Matlab function. Can you find it in Matlab's docs?

From quick look at the any2csv.m, str2cells() is a function that is included with the any2csv.m code


Cheers,
--
Regards,
Terry Duell


reply via email to

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