If I use "exit", it will exit the entire MATLAB environment. But how can I stop the my program without exiting the MATLAB? Thanks.
z*q
2 楼
dbstop
I
【在 i***w 的大作中提到】 : If I use "exit", it will exit the entire MATLAB environment. But how can I : stop the my program without exiting the MATLAB? Thanks.
a*e
3 楼
ctrl+C
I
【在 i***w 的大作中提到】 : If I use "exit", it will exit the entire MATLAB environment. But how can I : stop the my program without exiting the MATLAB? Thanks.
A*e
4 楼
what do u mean? if you can even type `exit', then your function most likely is not running. so i guess you were asking how to quit a function and return back to the main program. in this case, use `return'
If I use "exit", it will exit the entire MATLAB environment. But how can I stop the my program without exiting the MATLAB? Thanks.
【在 i***w 的大作中提到】 : If I use "exit", it will exit the entire MATLAB environment. But how can I : stop the my program without exiting the MATLAB? Thanks.