Timer object does not work in compiled standalone executable
Mostra commenti meno recenti
I've written a simple code as below to try out the timer object:
T = timer('Period', 0.25, 'ExecutionMode','fixedRate','TasksToExecute',100,'TimerFcn','disp(1);');
start(T);
The code works in Matlab but does not work after compiling it to a standalone executable using mcc function. The exe file runs and displays '1' once then the window is closed. Any idea what is the error?
Thank you.
Risposte (2)
Categorie
Scopri di più su C Shared Library Integration in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!