[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: run m file from c++
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: run m file from c++ |
Date: |
Thu, 17 Jan 2013 11:30:33 -0500 |
On 17 January 2013 10:41, Jessada Dissopa <address@hidden> wrote:
> I am a student use octave to do my homework. I can create m file script
> of octave and run it through octave command line, but I need to build up GUI
> to easily use and interact with users so, I decided to build GUI on C++.
> then my problem occurs that I have to connect c++ with Octave which I know
> there is library to use, but I don't know how to use m file with it. which
> part of document should I read?
This part, and associated sections:
https://www.gnu.org/software/octave/doc/interpreter/Calling-Octave-Functions-from-Oct_002dFiles.html
https://www.gnu.org/software/octave/doc/interpreter/Oct_002dFiles.html
HTH,
- Jordi G. H.