simulation issue about Scope

5 次查看(过去 30 天)
hello, guys,when i run the simulation, i found the scope not display the line with the time change, it keep stop at the begining, why, how to resolve

采纳的回答

Satwik Samayamantry
Hello, you are connecting a constant block to the scope which is expected to work as shown only. But if you want to show the signal changing with time, you should connect to a time changing signal.

更多回答(1 个)

Paul
Paul 2023-7-8
Hi wenchao zhang,
The Constant block, by default, has a constant sample time. For the model shown, constant sample time means that the output of the block is computed only once at the start of the simulation, as indicated by the scope. If you want to see the constant line in the scope, one way is to change the Constant block's sample time parameter to 0, i.e., continuous sample time.
  1 个评论
wenchao zhang
wenchao zhang 2023-7-8
thank you,Paul, yes,i will try it later, i think this is the root cause

请先登录,再进行评论。

类别

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

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by