Two questions regarding Matlab's Engine (running Matlab from C programs)
Afficher commentaires plus anciens
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 commentaire
Gil
le 7 Mar 2013
Réponse acceptée
Plus de réponses (1)
Catégories
En savoir plus sur Call MATLAB from C dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!