execute the .m file from GUI

1 visualización (últimos 30 días)
Arun Badigannavar
Arun Badigannavar el 22 de Nov. de 2012
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

Respuesta aceptada

Walter Roberson
Walter Roberson el 22 de Nov. de 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

Más respuestas (0)

Categorías

Más información sobre Adding custom doc en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by