How to split signal in simulink?
    조회 수: 13 (최근 30일)
  
       이전 댓글 표시
    
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
  Birdman
      
      
 2018년 3월 20일
				What are you going to do by splitting them? Explain that and maybe we'll come up with an easier way.
채택된 답변
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



