How to handle Compasss GUI?
이전 댓글 표시

As per shown in this image of compass, I want to remove 50000, 100000 values from this fig. I removed other values which are the multiples of 30. but by the same way, i tried to remove these values too but not able to do it.
compass(abc(1));
set(findall(gcf, 'String', '30' 'or','String', '60'),'string','')
but this wont work for 250,50000, 100000 n like similar values which shows radial distance.
Please suggest me some command by which I can remove this error.
댓글 수: 2
Walter Roberson
2017년 6월 15일
Are you using R2014b or later, or are you using an earlier release?
Prashant Funde
2017년 6월 15일
편집: Walter Roberson
2017년 6월 15일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Polar Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!