Two questions regarding Matlab's Engine (running Matlab from C programs)
Mostrar comentarios más antiguos
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 comentario
Gil
el 7 de Mzo. de 2013
Respuesta aceptada
Más respuestas (1)
Kaustubha Govind
el 6 de Mzo. de 2013
0 votos
Categorías
Más información sobre Call MATLAB from C en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!