加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

MATLAB中延时的实现

(2010-04-19 21:46:25)
标签:

杂谈

分类: 科学研究

采用MATLAB中的延时函数pause:

Halt execution temporarily

使用方法:
pause
pause(n)
pause on
pause off

函数描述:

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.

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.

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有