help-octave
[Top][All Lists]
Advanced

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

Re: Creating executables in Octave


From: siko1056
Subject: Re: Creating executables in Octave
Date: Tue, 6 Jun 2017 07:17:19 -0700 (PDT)

jasim wrote
> Hi there, 
> I am trying to create a stand alone executable of an Octave file. Can any
> one tell if this is possible and if so, how to do it? Thanks.
> 
> J

It depends, there are two levels of "standalone" described in the manual
[1]:

1. Just use liboctave routines and data structures, still linked against
liboctave, no m-File ("Octave file") code is accessible.

2. Start the Octave interpreter "embedded" within your C++ program, access
to m-File code, more overhead.

HTH,
Kai

[1]:
https://www.gnu.org/software/octave/doc/interpreter/Standalone-Programs.html



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Creating-executables-in-Octave-tp4683568p4683577.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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