Insert Text in plot

7 visualizzazioni (ultimi 30 giorni)
Amit Kalhapure
Amit Kalhapure il 23 Nov 2012
Hi,
I want to insert text at particular intervals in a plot. What command should I use?
Amit
  2 Commenti
Amit Kalhapure
Amit Kalhapure il 24 Nov 2012
What if the text is a value from array ?
Azzi Abdelmalek
Azzi Abdelmalek il 24 Nov 2012
use
text(x,y,num2str(yourvalue))

Accedi per commentare.

Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 23 Nov 2012
Modificato: Azzi Abdelmalek il 23 Nov 2012
text(x,y,'yourtext')

Più risposte (0)

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by