필터 지우기
필터 지우기

Pausing code for some time

조회 수: 4 (최근 30일)
Sushanth Manchikatla
Sushanth Manchikatla 2020년 6월 26일
답변: Manish Kumar 2020년 6월 26일
How to pause the code execution for a given amount of time in matlab ( similar to Sleep() or delay() in c++)?
  댓글 수: 1
KSSV
KSSV 2020년 6월 26일
Read about pause.

댓글을 달려면 로그인하십시오.

답변 (1개)

Manish Kumar
Manish Kumar 2020년 6월 26일
You can use pause function.
pause(n);
It will pause your code execution for n seconds.
pause(n);

카테고리

Help CenterFile Exchange에서 Colormaps에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by