How to execute .m file by pressing Push button in the created GUI?
Mostrar comentarios más antiguos
I have tried using run(.m). but it's not working.
function pushbutton2_Callback(hObject, eventdata, handles) % hObject handle to pushbutton2 (see GCBO) % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handles and user data (see GUIDATA) run(tikhnovphh1)
Respuesta aceptada
Más respuestas (1)
Swaraj Varma
el 22 de Abr. de 2017
0 votos
file executed but workspace is blank help !!
Categorías
Más información sobre Environment and Settings en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!