Effacer les filtres
Effacer les filtres

Fractional order system state space

3 vues (au cours des 30 derniers jours)
ariel bintang
ariel bintang le 9 Sep 2019
Commenté : Walter Roberson le 20 Déc 2021
Does anyone know how to apply a fractional order system state space representation in MATLAB?
  3 commentaires
Walter Roberson
Walter Roberson le 4 Nov 2019
That appears to be part of the File Exchange contribution "FOTF Toolbox"
Walter Roberson
Walter Roberson le 20 Déc 2021

Connectez-vous pour commenter.

Réponses (2)

Roshni Garnayak
Roshni Garnayak le 13 Sep 2019
Presently MATLAB doesn’t support the representation of fractional order state space models.

Muhammad Zeeshan Khan
Muhammad Zeeshan Khan le 20 Déc 2021
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)

Catégories

En savoir plus sur Dynamic System Models dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by