execute the .m file from GUI
6 ビュー (過去 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!