필터 지우기
필터 지우기

Controllability matrix computation for time invariant linear system without using built in ctrb function.

조회 수: 1 (최근 30일)
Controllability matrix C = [B,A*B,...,A^(n-1)*B], where A is n x n matrix and B is n x m matrix.
I would like to compute C without using ctrb function. I was thinking of calculating all the matrices i.e. B,A*B,...,A^(n-1)*B and then concatenating them together using cat function. Maybe using a for loop to do so. I know it would not be efficient. However, i would still like to give it a go. Any suggestions or different approaches would be helpful.

답변 (1개)

Matt J
Matt J 2017년 8월 25일
편집: Matt J 2017년 8월 25일
I would use the fact that C{i}=A*C{i-1}.

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by