help-octave
[Top][All Lists]
Advanced

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

octave text format


From: Martin Strympl
Subject: octave text format
Date: Fri, 24 Jan 2014 11:07:07 +0000

Hello.

For my work, I want to generate Octave’s text data format file. I want to bring some data to octave and use octave to calculate something with them. It will be around tens of Mega Bytes. But I have data in different format and I have been working on tool for conversion.

I have looked at Octave’s text data format, and it looks simple.

My question is, is there any documentation of Octave’s text data format, which can I use?
Or how complicated is to use Octave C++ api to create matrix and cell variables and save them to file?

I have checked doxygen documentation and some headers of Octave, but for me, it looks little complicated to create octave text file with using function do_save from load-save.cc file. It looks there are much hidden thing.

Thanks for answer.

Martin Strympl

reply via email to

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