필터 지우기
필터 지우기

How do i make a loop in simulink?

조회 수: 1 (최근 30일)
Tran
Tran 2015년 11월 2일
Hi! I have written a code in script and it works well. But i don't know how to make it in simulink. This is my code:
  1. x = [1,2,3]';
  2. F = [1,2,3; 4,5,6; 7,8,9];
  3. for i = 1:10
  4. x = F*x;
  5. end
  6. t = 1:10;
  7. plot(t, x(1,t));
Thanks!

답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by