Send variable from c to matlab
Mostra commenti meno recenti
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 Commento
Marisol Sierra
il 13 Giu 2018
Hey did you solve this problem?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Call MATLAB from C in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!