symbolic state space representation
조회 수: 6 (최근 30일)
이전 댓글 표시
Is there any function or command can find the state space in symbolic format?
Thank you.
댓글 수: 1
reen2015
2015년 9월 27일
편집: reen2015
2015년 9월 27일
Usually for linear system like x1dot=x1+2x2+u x2dot=x2
A=[1 2;0 1] and B=[1;0].
Do you mean something like A=[a11 a12;a21 a22]; and B=[b11;b12]?
Please add more details to your question. you have not mentioned the type of information you have about the system.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!