How to run script without MATLAB asking to press any key to continue

조회 수: 4 (최근 30일)
Erich Hernandez
Erich Hernandez 2020년 3월 5일
댓글: Erich Hernandez 2020년 3월 5일
I am using a For loop to plot lines on a figure but the number of iterations that I need to go through is close to 4000. When I run the script it brings up the figure window and plots the line but it stops and at the bottom of the main window it says "Paused: Press any key"
Is there a way I can run this loop autonomously without MATLAB pausing and asking me to press a key to plot the next line?
I tried to rearrange the loop into a while loop in hopes that it wouldn't prompt me to press a key but that didn't work either.

답변 (1개)

Bhaskar R
Bhaskar R 2020년 3월 5일
Remove pause MATLAB commad from your script
  댓글 수: 1
Erich Hernandez
Erich Hernandez 2020년 3월 5일
I'm sorry I forgot to mention that I already tried this. The figure window opens. It prompts me to press a key and when I do nothing happens.

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by