How to make probplot run in descending order?
Show older comments
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
on 8 Dec 2015
set(gca,'xdir','reverse') % maybe???
Categories
Find more on Rayleigh Distribution 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!