photo

Syed Zubair shah


Last seen: mer än 2 år ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
209 369
of 300 338

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20 922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 149

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer

View badges

Feeds

View by

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 ...

mer än 3 år ago | 1 answer | 0

1

answer

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) ...

mer än 3 år ago | 1 answer | 0

1

answer

Answered
[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...

mer än 3 år ago | 0