フィルターのクリア

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