execute the .m file from GUI
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
how to execute .m file from gui push button, I have a separate GUI .m file In this I want to execute another .mfile on click of push button
Réponse acceptée
Walter Roberson
le 22 Nov 2012
In the callback code for the push button, add a line which is just the name of the .m file. For example if the .m file is AnotherFunction.m then the line to add would be
AnotherFunction
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Adding custom doc dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!