execute the .m file from GUI

2 views (last 30 days)
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

Accepted Answer

Walter Roberson
Walter Roberson on 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

More Answers (0)

Categories

Find more on App Building in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!