How to make probplot run in descending order?

7 views (last 30 days)
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

Answers (1)

dpb
dpb on 8 Dec 2015
set(gca,'xdir','reverse') % maybe???

Community Treasure Hunt

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

Start Hunting!