Syed Zubair shah
Followers: 0 Following: 0
Statistik
RANG
203.069
of 295.467
REPUTATION
0
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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) ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
Antwort[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...
mehr als 2 Jahre vor | 0