index of auto corelation matrix
Show older comments
Hi
I have to perform the auto correlation of the matrix after that need to know that at which index of the original matrix the auto correlation was maximum how can i do that
regards
Answers (1)
PRAJWAL S RAO
on 30 Jul 2019
0 votes
try using max(a,i) which gives u maximum value of a matrix and index of maximum entry i
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!