photo

Hyderkkk


Last seen: 12 days ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
2 Answers

RANK
21,746
of 300,381

REPUTATION
2

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
 of 20,941

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,436

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
  • First Review
  • Explorer

View badges

Feeds

View by

Answered
correlation analysis of two adjacent pixels
IA=rgb2gray(im2double(A)); c_diag = corrcoef(IA(1:end-1, 1:end-1), IA(2:end, 2:end)); c_vert = corrcoef(IA(1:end-1, :), IA(2:e...

4 years ago | 0

Question


matlab code . How can i find Lyapunov Exponent four dimension matlab code ?
How can i find Lyapunov Exponent four dimension matlab code ? Lyapunov Exponent of Continuous chaotic system of four dimension...

4 years ago | 0 answers | 0

0

answers

Question


measure speech encryption How do i get the NPCR and UACI of an original speech and encryption in matlab code ?
How do i get the NPCR and UACI of an original speech and encryption in matlab code ?

5 years ago | 0 answers | 0

0

answers

Answered
Calculating UACI, NPCR for 2 images
How do i get the NPCR and UACI of an original speech and encryption in matlab code ?

5 years ago | 1

Question


Is there a package in Matlab or code to Calculate the Lyapunov Exponents for 7 dimensions?
f(1)= -14*x(1)+11*x(2)+0.4*x(4)-0.5*x(5); f(2)= 30*x(1)-2.5*x(1)*x(3)-4*x(2); f(3)= -5*x(3)+x(1)*x(2)+0.5*x(5); f(4) = -x(4)-...

5 years ago | 0 answers | 0

0

answers