help-octave
[Top][All Lists]
Advanced

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

Re: C++ Read Octave Matrix Files


From: Aidan Macdonald
Subject: Re: C++ Read Octave Matrix Files
Date: Thu, 5 Feb 2015 13:12:08 -0800

Hi,

I want to read a data file make by "save 'file.mat' var1 var2 ...". I think I can figure it out between the Fortran guide mentioned above and https://www.gnu.org/software/octave/doc/interpreter/Standalone-Programs.html.

After I read the file, I will simply copy the data over into the library that I am building for further processing there, ie machine learning things. It is just so I can generate test data, ie special matrices that by design satisfy a certain property, and use this data to "prove" that my algorithms work well, no bugs, etc.

Aidan Plenert Macdonald

On Thu, Feb 5, 2015 at 6:41 AM, Jordi Gutiérrez Hermoso <address@hidden> wrote:
On Wed, 2015-02-04 at 16:45 -0800, Aidan Macdonald wrote:
> I need to read octave files.

What kind of Octave files? Data? Code? What kind of data or code?

After you read them, presumably you want to do something with them.
What?

- Jordi G. H.




reply via email to

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