Effacer les filtres
Effacer les filtres

how to write 3-demensional generalized discrete choatic system ith henon map

2 vues (au cours des 30 derniers jours)
sihem bk
sihem bk le 4 Nov 2018
Modifié(e) : sihem bk le 4 Nov 2018
Hello, i'm new in MATLAB and i want to write this system, i try many time but i don't get a result.please help me to write this system .
a=1.07;
b=0.3;
f(x)=[1-a*(x{1}(k))^2 ; 0 ;0 ];
A=[0 1 0;0.3 0 1;-0.3 0 0];
x=[x{1} ; x{2} ; x{3} ];
k=lenght(x);
x(k+1)= Ax(k)+f(x(k));
figure;
plot(x,k)

Réponses (0)

Catégories

En savoir plus sur Get Started with Control System Toolbox dans Help Center et File Exchange

Produits


Version

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by