Labeling 3 different points on plot

I have plotted data, other than that I want to add 3 different points label and name them in the same figure.

1 Kommentar

Scott MacKenzie
Scott MacKenzie am 23 Jun. 2021
It would help if you provide the code you currently have to generate the initial plot.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

dpb
dpb am 23 Jun. 2021

0 Stimmen

text(1:3,rand(1,3)*10,{'A','B','C'})
xlim([0 5]),ylim([0 10])
produced
All you need do is define what x,y pairs and label you want...

Produkte

Version

R2021a

Gefragt:

am 23 Jun. 2021

Beantwortet:

dpb
am 23 Jun. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by