Borrar filtros
Borrar filtros

Disoriented Matlab output plot

1 visualización (últimos 30 días)
Nikhil
Nikhil el 25 de Sept. de 2020
Respondida: Steve Eddins el 25 de Sept. de 2020
Hello all,
I have written one program which analyzes gears. I am producing output plot as shown in output_plot.png file attached. You can see numbers are not positioned properly. If I zoom in into same plot within Matlab then numbers are position properly as shown in second attachment. Can anyone tell me why this is happening?
How can position numbers properly in overall picture 'output_plot.png' file?
Currently, I am using annotation with text box at specified location to incorporate numbers in plot.
Thanks for any input,
Nik

Respuestas (1)

Steve Eddins
Steve Eddins el 25 de Sept. de 2020
Try using a regular text object instead, like this:
text(0,41.75,string(0),'FontSize',8,'HorizontalAlignment','center')

Categorías

Más información sobre Visual Exploration en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by