how to call .m file use exe
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Roger
le 1 Oct 2014
Réponse apportée : Image Analyst
le 1 Oct 2014
i have a bbb.m and bbb.figure, i want to use another tt.m and tt.figure to convert to an exe file, then use this exe file to call bbb.m ,so how to make it
0 commentaires
Réponse acceptée
Image Analyst
le 1 Oct 2014
Use the system() command to have your program call a standalone executable.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Call C++ from MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!