simulation issue about Scope

3 vues (au cours des 30 derniers jours)
wenchao zhang
wenchao zhang le 8 Juil 2023
Commenté : wenchao zhang le 8 Juil 2023
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

Réponse acceptée

Satwik Samayamantry
Satwik Samayamantry le 8 Juil 2023
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 commentaire
wenchao zhang
wenchao zhang le 8 Juil 2023
ok,thanks for your answer,i got it

Connectez-vous pour commenter.

Plus de réponses (1)

Paul
Paul le 8 Juil 2023
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 commentaire
wenchao zhang
wenchao zhang le 8 Juil 2023
thank you,Paul, yes,i will try it later, i think this is the root cause

Connectez-vous pour commenter.

Catégories

En savoir plus sur Interactive Model Editing dans Help Center et File Exchange

Produits


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by