How to plot points without line
435 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Omar Abdullateef
il 23 Mar 2019
Commentato: Moose
il 25 Apr 2023
I'm trying to plot the following command
as points rather than a linear line how do i do that?
0 Commenti
Risposta accettata
Più risposte (1)
Reza Mohammadkhani
il 23 Mar 2020
Sets the line style as none, and select a marker as you like. For example:
plot(x, y,'linestyle','none','marker','o')
2 Commenti
Moose
il 25 Apr 2023
Can't upvote this but your response just answered a question I've been puzzling over for entirely too long haha. thank you so much!!
Vedere anche
Categorie
Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!