help-octave
[Top][All Lists]
Advanced

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

Re: HELP: How to call from .net or vba


From: Andy Buckle
Subject: Re: HELP: How to call from .net or vba
Date: Tue, 2 Nov 2010 18:37:38 +0000

On Tue, Nov 2, 2010 at 3:24 PM, Sundar Dha <address@hidden> wrote:

> How to call the octave functions  from .net or vba and do we have to use 
> octave editor enter the syntax.

Something like this, perhaps?

http://msdn.microsoft.com/en-us/library/system.diagnostics.process.aspx

use one of the start methods. The first arg would be the path to
octave.exe. Other args would be something like "-qf" and then a path
to an m-file with a script in. You can capture the output and process
it in VB, or whatever other .net language you like.

notepad++ is my favourite text editor for MS Windows. It has
appropriate syntax highlighting.

--
/* andy buckle */



reply via email to

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