help-octave
[Top][All Lists]
Advanced

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

Re: Write a cell array to a textfile


From: Jordi Gutiérrez Hermoso
Subject: Re: Write a cell array to a textfile
Date: Fri, 21 Jan 2011 17:43:03 -0600

On 21 January 2011 16:52, Alasdair McAndrew <address@hidden> wrote:

> So - what is the most foolproof way of writing a cell array, containing text
> and numerical data, to a text file?

Why not the ordinary "save" command? It won't be in the same format as
how you read it, but it's pretty straightforward, and you can just use
"load" to read it later instead of messing with textread.

- Jordi G. H.


reply via email to

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