How to execute .m file by pressing Push button in the created GUI?
이전 댓글 표시
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)
채택된 답변
추가 답변 (1개)
Swaraj Varma
2017년 4월 22일
0 개 추천
file executed but workspace is blank help !!
카테고리
도움말 센터 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!