finding which number row my result is from

2 vues (au cours des 30 derniers jours)
Jasmine Mahony
Jasmine Mahony le 10 Fév 2021
Réponse apportée : Jakob le 10 Fév 2021
hello,
I have a data set which I am finding a percentile from. I get the answer fine but what I really want is what row (from my original matrix of data) the percentile answer is from, as I need this for the next step of my calculation. I cannot do it manually as I have a lot of datasets to do this for.
thank you

Réponses (2)

Iuliu Ardelean
Iuliu Ardelean le 10 Fév 2021

Jakob
Jakob le 10 Fév 2021
[Row, Col] = find(YourMatrix == YourPercentile)

Catégories

En savoir plus sur Descriptive Statistics dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by