How to split signal in simulink?
16 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
George Francis
le 20 Mar 2018
Modifié(e) : Jim Riggs
le 21 Mar 2018
Hello, I have this easy model. In matlab function block I have command ulength=length(u); and it returns me 1. It should give me 30, because in red box is set time to 30. My question is if I can split somehow the signal, because I need to use in matlab function block for loop: For example:
for k=1:30
z= [-y(k-1) u(k-1)]';
end
But it shows me error: that signal 'u' and 'y' are one dimensional with one element. So is there way how to split that signal so I could work with it like in matlab workspace?
2 commentaires
Birdman
le 20 Mar 2018
What are you going to do by splitting them? Explain that and maybe we'll come up with an easier way.
Réponse acceptée
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!