Clear Filters
Clear Filters

how to write fractional system with delay in matlab?

2 views (last 30 days)
Hello, I want to write this sytem fractional with delay in matlab?
D^{alpha } y_{1}(t) = 10.5 - y_{1} (t) / 1 + 0.0005 y_{4}^{3}(t-4)
D^{alpha} y_{2}(t) = (y_{1}(t) / 1 + 0.0005 y_{4}^{3} (t-4) )-y_{2}(t),
D^{alpha} y_{3} (t) = y_{2}(t) - y_{3}(t)
D^{alpha} y_{4} (t) = y_{3} (t) - 0.5 y_{4}(t)
y(t) = [60, 10,10,20]^{T}, t \leq 0
alpha= 0.95
How to plot the above system?

Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Products


Release

R2015a

Community Treasure Hunt

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

Start Hunting!