error in repeating sequence

5 vues (au cours des 30 derniers jours)
safwan shraideh
safwan shraideh le 1 Juil 2021
I want this sequence in the repeating sequence:
time values: [0.0 0.02 0.02 0.04 0.06 0.08 0.10 0.12 0.12 0.14 0.16 0.18 0.20 0.22 0.24 0.26 0.28 ]
output values: [0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 ]
But when running it, matlab show me an error.
  3 commentaires
KSSV
KSSV le 1 Juil 2021
REd about repmat, repelem. If not show your code which gives you error.
safwan shraideh
safwan shraideh le 1 Juil 2021
Hello Yazan, In simulink, repeating sequence block, when I entered the above values and run the simulation, an error occured at the repeating sequence block.

Connectez-vous pour commenter.

Réponses (1)

Fangjun Jiang
Fangjun Jiang le 1 Juil 2021
It's better to provide the error message.
I assume the error is about the time data that you provied. There are duplicated values such as 0.02 and 0.12. You can't specify two different values at one exact time moment.

Catégories

En savoir plus sur Simulink dans Help Center et File Exchange

Tags

Produits


Version

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by