matlab怎样暂停和继续
推荐于2016-02-03 · 知道合伙人互联网行家
关注
展开全部
加一个pause就可以了。
pause
Halt execution temporarily
Syntax
pause
pause(n)
pause on
pause off
Description
pause, by itself, causes M-files to stop and wait for you to press any key before continuing.
pause(n) pauses execution for n seconds before continuing, where n can be any nonnegative real number. The resolution of the clock is platform specific. A fractional pause of 0.01 seconds should be supported on most platforms.
Typing pause(inf) puts you into an infinite loop. To return to the MATLAB prompt, type Ctrl+C.
pause on allows subsequent pause commands
to pause execution.
pause off ensures that any subsequent pause or pause(n) statements do not pause execution. This allows normally interactive scripts to run unattended.
pause
Halt execution temporarily
Syntax
pause
pause(n)
pause on
pause off
Description
pause, by itself, causes M-files to stop and wait for you to press any key before continuing.
pause(n) pauses execution for n seconds before continuing, where n can be any nonnegative real number. The resolution of the clock is platform specific. A fractional pause of 0.01 seconds should be supported on most platforms.
Typing pause(inf) puts you into an infinite loop. To return to the MATLAB prompt, type Ctrl+C.
pause on allows subsequent pause commands
to pause execution.
pause off ensures that any subsequent pause or pause(n) statements do not pause execution. This allows normally interactive scripts to run unattended.
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询