Borrar filtros
Borrar filtros

Fractional order system state space

3 visualizaciones (últimos 30 días)
ariel bintang
ariel bintang el 9 de Sept. de 2019
Comentada: Walter Roberson el 20 de Dic. de 2021
Does anyone know how to apply a fractional order system state space representation in MATLAB?
  3 comentarios
Walter Roberson
Walter Roberson el 4 de Nov. de 2019
That appears to be part of the File Exchange contribution "FOTF Toolbox"

Iniciar sesión para comentar.

Respuestas (2)

Roshni Garnayak
Roshni Garnayak el 13 de Sept. de 2019
Presently MATLAB doesn’t support the representation of fractional order state space models.

Muhammad Zeeshan Khan
Muhammad Zeeshan Khan el 20 de Dic. de 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)

Categorías

Más información sobre Dynamic System Models en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by