Send variable from c to matlab
Mostrar comentarios más antiguos
Hi all,
I have a c program that set variable into matlab, using matlab Engine.
ep = engOpen(NULL);
...
engPutVariable(ep, "var", var);
Everything is OK except that I want to send the variable,
to regular matlab workspace
and not to matlab Engine.
Any help ???
thx
1 comentario
Marisol Sierra
el 13 de Jun. de 2018
Hey did you solve this problem?
Respuesta aceptada
Más respuestas (0)
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!