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

2 Kommentare

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

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 23 Nov. 2012
Bearbeitet: Azzi Abdelmalek am 23 Nov. 2012

2 Stimmen

text(x,y,'yourtext')

Weitere Antworten (0)

Produkte

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by