Send variable from c to matlab
Afficher commentaires plus anciens
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 commentaire
Marisol Sierra
le 13 Juin 2018
Hey did you solve this problem?
Réponse acceptée
Plus de réponses (0)
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!