photo

Syed Zubair shah


Last seen: presque 2 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Question


how to find largest Lyapunov exponent for Lorenz in Rosenstein's Algorithm?
function d = lyarosenstein(x,f,m,tao,meanperiod,maxiter) % d:divergence of nearest trajectoires % x:signal % tao:time delay ...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


how to find lyapunov exponent for sine function sin(x) and how to plot it? if i have a code for logistic map? instead of logistic map lyapunov i want just sine lyapunov?
clc clear all close all r = 1:0.01:4; for j=1:length(r) x(1)=0.1; lyap = 0; for i = 1:length(r) ...

presque 3 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
[Num,Txt,Raw]=xlsread......
what does it means of Num , txt , Raw ... can we just assign it by T =xlsread(filename) ... if yes then how we call specific col...

presque 3 ans il y a | 0