필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to remove Rho labels?

조회 수: 1 (최근 30일)
Prashant Funde
Prashant Funde 2017년 6월 15일
댓글: Prashant Funde 2017년 6월 15일
Hello all,
Can anyone tell me how to remove Rho labels from figure generated by compass?
  댓글 수: 2
Walter Roberson
Walter Roberson 2017년 6월 15일
Duplicates https://www.mathworks.com/matlabcentral/answers/344856-how-to-handle-compasss-gui
Prashant Funde
Prashant Funde 2017년 6월 15일
rho_1 = {'1' '0.8' '0.6' '0.4' '0.2'}; rho_2 = {'0' '-10' '-20' '-30' '-40'}; ff = findall(gca,'type','text');
t=strtrim(get(ff,'String')); for r=1:length(rho_1) set(ff(strcmp(t,rho_1{r})),'String',rho_2{r}) end

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by