State-space for MISO in system identification toolbox
조회 수: 10 (최근 30일)
이전 댓글 표시
Hi all, I am trying to obtain state-space matrices for a two input (temperature of ambient air and solar radiation)-single output (temperature in the room) system.
I've read matlab forums and its recommended to use iddata to create 2 SISO sets and merge(dat1,dat2). I have 8 states and two inputs, hence I expect matrix A 8x8 and matrix B 8x2, however when SI toolbox estimates the state space model it gives me matrix B 8x1 so it looks like the two inputs have somehow been merged into some kind of a single set. Am I doing something wrong? How do I get matrix B showing coefficients for both inputs? Please help! Thanks.
댓글 수: 0
답변 (1개)
Arkadiy Turevskiy
2016년 12월 14일
This example walks through a MIMO problem - you should be able to follow it to get a result you want.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Linear Model Identification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!