help-octave
[Top][All Lists]
Advanced

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

Re: Octave engine: any update?


From: MrOba
Subject: Re: Octave engine: any update?
Date: Thu, 28 Mar 2013 07:19:06 -0700 (PDT)

This is what I use when working with MATLAB

Engine *engOpen(const char *startcmd);

int engClose(Engine *ep);

int engEvalString(Engine *ep, const char *string);

mxArray *engGetVariable(Engine *ep, const char *name);

int engPutVariable(Engine *ep, const char *name, const mxArray  *pm);

int engOutputBuffer(Engine *ep, char *p, int n);

All of them have a correspondent version in the engine package with the
exception of engGetVariable and engPutVariable (engGetFull and engPutFull
are used instead).




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Octave-engine-any-update-tp4651187p4651288.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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