Insert Text in plot

2 visualizaciones (últimos 30 días)
Amit Kalhapure
Amit Kalhapure el 23 de Nov. de 2012
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
text(x,y,'yourtext')

Más respuestas (0)

Categorías

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

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by