How can I use FROM WORKSPACE CYCLIC REPETITION in Simulink?
Mostra commenti meno recenti
Hello, I have a question. I want to use as input a signal repeating "n " times.
I have defined the input as follows:
entrada.time = [ 0 1 2 3 4 5 6 ] entrada.signals.values = [ 0 5 3 8 6 2 0 ]
I Know how to use the block "repeting sequence" , but I've seen that in the block From Workspace there is an option that is "Cyclic repetition", but me a message that says " The cyclic option is supported only When the data is in the form appears with a structure of an empty vector time . "
What I have to change my input signal?
Thank you very much
Risposta accettata
Più risposte (1)
Preeti Sar
il 28 Mag 2019
0 voti
Save your input data to workspace first and save it as a structure without time option.
Categorie
Scopri di più su Sources in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!