how to find the value of the diagnol of the attached image

1 visualizzazione (ultimi 30 giorni)
I hae attached the .mat file also in which the imagesc was performed

Risposte (1)

Jon
Jon il 3 Dic 2021
From your matlab.mat file it seems that you are showing the image represented by the matrix corr_data.
You can get the diagonal elements of this matrix using:
d = diag(corr_data)
From what I can see they are all either 1 or NaN

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by