|
On 25 Jun, 12:56, "Jeremy Bing" <jer...@mytrashmail.com> wrote:
> Rune Allnor <all...@tele.ntnu.no> wrote in message <69e1ce68-3fa6-4c98-8e46-4834051c2...@f16g2000vbf.googlegroups.com>...
> > On 25 Jun, 12:31, "Jeremy Bing" <jer...@mytrashmail.com> wrote:
> > > Hi,
>
> > > I have floating point data inside of a cell array and I want to output this to a text file and I can't find the best method.
>
> > What methods have you considered? What's wrong with them?
> > Why does 'best' matter?
>
> > Rune
>
> Hi Rune,
>
> Well i was looking at fprintf but i saw that someone was having problems outputing to a textfile with multiple columns.
FPRINTF is what you need. You just need to learn
how to use it.
> I want to output about 15 files at the same time. so i was thinking of writing a loop but the computation time maybe expensive.
Forget what you think you know. Textfiles take time
no matter what. Expect 30 - 45 seconds per 100 MByte.
> I am looking for a method to output to a text file with space delimited.
FPRINTF.
Rune
|