1.pause, by itself, causes M-files to stop and wait for you topress any key before continuing.
2.pause(n) pauses execution for n seconds before continuing, wheren can be any nonnegative real number.
3.pause(inf) puts you into an infinite loop. To return to theMATLAB prompt, type Ctrl+C.
4.pause on allows subsequent pause commands to pauseexecution.
5.pause off ensures that any subsequent pause or pause(n) statements do not pause execution.
刘胜老师自动控制原理课本题目延迟环节的加入对原开环传递函数的幅频特性没有影响,仅对相频特性有影响。需掌握加入延迟环节后系统奈氏图的绘制,在往年真题中有考察过相同类型的题目
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)