MATLAB: How to call .m file use exe

exesystem

i have a bbb.m and bbb.figure, i want to use another tt.m and tt.figure to convert to an exe file, then use this exe file to call bbb.m ,so how to make it

Best Answer

Use the system() command to have your program call a standalone executable.