由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - How to stop a function in MATLAB?
相关主题
A try-catch problem in C++Windows上 Python 2.6如何安装pyquery package?
请问一个implicit conversion的问题(C++)how to quit the program
C++ questionsC++ Q17: throw 2
不理解memory leak一个比较模糊的问题
C# Winform关闭时的问题。How to debug "broken pipe" in linux programming ? (转载)
谁给说说bitwise operation在用C写shell,遇到问题
shell scripting 中的 $status 有什么特定含义吗?谢谢。VBA 大小牛帮看看
Perl多线程的问题Re: L 电面 (转载)
相关话题的讨论汇总
话题: matlab话题: stop话题: exit话题: function话题: exiting
进入Programming版参与讨论
1 (共1页)
i***w
发帖数: 9
1
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
发帖数: 31
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
发帖数: 346
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
发帖数: 3102
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.

1 (共1页)
进入Programming版参与讨论
相关主题
Re: L 电面 (转载)C# Winform关闭时的问题。
问个c++ 编译的问题谁给说说bitwise operation
业余人士来问个程序结构问题shell scripting 中的 $status 有什么特定含义吗?谢谢。
I've been using Vim for about 2 years nowPerl多线程的问题
A try-catch problem in C++Windows上 Python 2.6如何安装pyquery package?
请问一个implicit conversion的问题(C++)how to quit the program
C++ questionsC++ Q17: throw 2
不理解memory leak一个比较模糊的问题
相关话题的讨论汇总
话题: matlab话题: stop话题: exit话题: function话题: exiting