execute the .m file from GUI
조회 수: 2 (최근 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!