フィルターのクリア

Adding derivative to current state space system

4 ビュー (過去 30 日間)
Clay Robertson
Clay Robertson 2018 年 4 月 13 日
編集済み: Clay Robertson 2018 年 4 月 15 日
Hello, I have a state space system sys = ss(A,B,C,D) and would like to manipulate some columns of the B matrix by adding a derivative. For instance:
s = tf('s');
B(:,2) = B(:,2) + s*B(:,4) + s^2*B(:,5);
This is converting B(:,2) into a transfer function but I'd like to drop B back into to sys. Is this possible? Thank you for your help, Clay

回答 (0 件)

カテゴリ

Help Center および File ExchangeDynamic System Models についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by