How to put a dot at a certain place in the graph.

379 views (last 30 days)
Hello,
I am wondering how can i place a dot or a marker at a certain point in a graph, for examples at coordinates 7.5 and 100 from my matlab script.
Any help is appreciated. Thank you

Accepted Answer

KSSV
KSSV on 28 Jan 2020
Edited: KSSV on 28 Jan 2020
plot(7.5,100,'.','MarkerSize',10)
Read about plot, you have many choices for markers.

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!