Connecting Gui to another m.file

2 次查看(过去 30 天)
i want to create a push button that will automatically link to another m file and run the m.file how do i create that?
thanks

采纳的回答

Walter Roberson
Walter Roberson 2012-2-23
You would put a call to the file in the callback of the push button.
If the other file is a script, use the "run" command.
If the other file is a function, just code a call to the function.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by