pause function doesn't work R20a

1 次查看(过去 30 天)
y=1;
while y<5
x=8
pause()
y=y+1;
end
this is just a simplified example to show that pause function is not working, I am not getting the code to be paused, any idea or relative function does the same job?

回答(2 个)

the cyclist
the cyclist 2023-6-9
Is it possible that another pause function was defined? When do you get from typing
which pause -all
in the command window?
  1 个评论
Mohanad
Mohanad 2023-6-9
编辑:Mohanad 2023-6-9
this is very good observation, unfortunatly this is the only pause function defined in the matlab2020a/toolbox/matlab/timefun/pause
there is no other pause defined.

请先登录,再进行评论。


Walter Roberson
Walter Roberson 2023-6-9
Is that definitely the code? pause() without any parameter waits for a key to be pressed on the keyboard
Exception: if
pause off
has been executed, then the wait for keyboard is skipped.
  2 个评论
Mohanad
Mohanad 2023-6-9
this is not the code that I am trying to use pause function with, this is just a very basic code shows that pause function is not working with MATLAB R2020a, pause on or puase off or pause('on') and pasue('off') nothing is working, the pause function is completely useless in 2020a
Walter Roberson
Walter Roberson 2023-6-10
I just tried on my R2020a on my Mac, and pause() worked fine

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Desktop 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by