Two questions regarding Matlab's Engine (running Matlab from C programs)
Ältere Kommentare anzeigen
Hi,
I have Two questions regarding Matlab's Engine:
1. I've seen examples where the engine is used to find eigenvalues using engeval("D=eig(A*A')"). Suppose I have a function in Matlab called ComputeEigenValue(A), how can I call it using engval?
2. Suppose I wrote C code that uses the Matlab engine as part of a solution in Visual Studio. Can I compile it as usual from Visual Studio, or do I need to compile it from Matlab?
Thank you,
Gil.
1 Kommentar
Gil
am 7 Mär. 2013
Akzeptierte Antwort
Weitere Antworten (1)
Kategorien
Mehr zu Call MATLAB from C finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!