Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How to remove Rho labels?

1 visualización (últimos 30 días)
Prashant Funde
Prashant Funde el 15 de Jun. de 2017
Comentada: Prashant Funde el 15 de Jun. de 2017
Hello all,
Can anyone tell me how to remove Rho labels from figure generated by compass?
  2 comentarios
Walter Roberson
Walter Roberson el 15 de Jun. de 2017
Duplicates https://www.mathworks.com/matlabcentral/answers/344856-how-to-handle-compasss-gui
Prashant Funde
Prashant Funde el 15 de Jun. de 2017
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

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by