How to make probplot run in descending order?
Afficher commentaires plus anciens
I need to run the function probplot but in descending order, because when the function run it sort the data in ascending order. I tried to do some changes to the function and run it, but I get some errors, because I'm not expert in matlab. Can anyone help me please to run the probplot function so it sort the data in descending order?
Many Thanks in advance
Réponses (1)
dpb
le 8 Déc 2015
set(gca,'xdir','reverse') % maybe???
Catégories
En savoir plus sur Rayleigh Distribution dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!