matalab figures questions
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
1.I have designed a shape in matlab, and i want to take out the axes from the matlab figure.....I don't know how to take out the axes completely....
2.I have plot a graph in matlab and I want show values in specific regions on the plot......i don't know how to do that...
I would really appreciate you help on this......
Thanks in advance...
0 comentarios
Respuestas (1)
Honglei Chen
el 22 de Mzo. de 2012
Not sure if I understand your question correctly, but this can probably get you started
For the first question, try
axis off
and see if that's what you want. For the second question, you can probably use text
doc text
also see
0 comentarios
Ver también
Categorías
Más información sobre Annotations en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!