我是靠谱客的博主 曾经秋天,这篇文章主要介绍matlab delay函数,MATLAB中延时的实现,现在分享给大家,希望可以做个参考。

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.

最后

以上就是曾经秋天最近收集整理的关于matlab delay函数,MATLAB中延时的实现的全部内容,更多相关matlab内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(78)

评论列表共有 0 条评论

立即
投稿
返回
顶部