call mfile on clickl of puch button

hello everyone i want to excecute my .m-file by clicking the pushbutton ,so what i should write in pushbutton callback funaction plese help its urgent

Answers (1)

The name of the *.m file.
function pushbutton_callback(stuff);
my_mfile_that_I_want2run;

Tags

Asked:

on 18 Apr 2012

Community Treasure Hunt

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

Start Hunting!