Insert Text in plot

Hi,
I want to insert text at particular intervals in a plot. What command should I use?
Amit

2 comentarios

Amit Kalhapure
Amit Kalhapure el 24 de Nov. de 2012
What if the text is a value from array ?
Azzi Abdelmalek
Azzi Abdelmalek el 24 de Nov. de 2012
use
text(x,y,num2str(yourvalue))

Iniciar sesión para comentar.

 Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 23 de Nov. de 2012
Editada: Azzi Abdelmalek el 23 de Nov. de 2012

2 votos

text(x,y,'yourtext')

Más respuestas (0)

Categorías

Productos

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by