How to make probplot run in descending order?
이전 댓글 표시
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
답변 (1개)
dpb
2015년 12월 8일
set(gca,'xdir','reverse') % maybe???
카테고리
도움말 센터 및 File Exchange에서 Exploration and Visualization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!