help-octave
[Top][All Lists]
Advanced

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

Re: How to run .m file from delphi o visual basic


From: Przemek Klosowski
Subject: Re: How to run .m file from delphi o visual basic
Date: Mon, 19 Sep 2005 11:56:03 -0400 (EDT)

You don't want to run an .m file from another application. You can,
however, run Octave from another application, by doing something like
system('octave'), and telling octave to run your .m file
(e.g. system('octave myfile.m')).



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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