Fractional order system state space

6 ビュー (過去 30 日間)
ariel bintang
ariel bintang 2019 年 9 月 9 日
コメント済み: Walter Roberson 2021 年 12 月 20 日
Does anyone know how to apply a fractional order system state space representation in MATLAB?
  3 件のコメント
Walter Roberson
Walter Roberson 2019 年 11 月 4 日
That appears to be part of the File Exchange contribution "FOTF Toolbox"
Walter Roberson
Walter Roberson 2021 年 12 月 20 日

サインインしてコメントする。

回答 (2 件)

Roshni Garnayak
Roshni Garnayak 2019 年 9 月 13 日
Presently MATLAB doesn’t support the representation of fractional order state space models.

Muhammad Zeeshan Khan
Muhammad Zeeshan Khan 2021 年 12 月 20 日
A=[1 2; 3 4];
B=[1;0];
C=[0 1];
D=0;
alpha=0.5 % fractional order
Sys=foss(A,B,C,D,alpha)
  1 件のコメント
Walter Roberson
Walter Roberson 2021 年 12 月 20 日
This appears to refer to the File Exchange contribution https://www.mathworks.com/matlabcentral/fileexchange/66323-fomcon-toolbox-for-matlab

サインインしてコメントする。

カテゴリ

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