Solving a 2 input, 2output, 4state model
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I needed some help with solving a system which has 1. 2 input 2. 2 output 3. 4 states
http://pastebin.com/QkYGXXkY (Pastebin location)
My input matrix has the necessary dimension and still the lsim function refuses to run saying " Plots must be of the same type and size to be superimposed."
Please let me know what changes and modifications to make.
Thanks.
댓글 수: 0
채택된 답변
Azzi Abdelmalek
2012년 10월 19일
Remove the hold on before the lsim command
%hold on
lsim(sys_mimo,u,t,x0)
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Time and Frequency Domain Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!