execute the .m file from GUI
8 次查看(过去 30 天)
显示 更早的评论
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
采纳的回答
Walter Roberson
2012-11-22
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Adding custom doc 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!