How to plot points without line

I'm trying to plot the following command
as points rather than a linear line how do i do that?

Más respuestas (1)

Reza Mohammadkhani
Reza Mohammadkhani el 23 de Mzo. de 2020
Sets the line style as none, and select a marker as you like. For example:
plot(x, y,'linestyle','none','marker','o')

2 comentarios

KaoYuKaoYu
KaoYuKaoYu el 20 de Feb. de 2023
But the matlab tell me "Unrecognized attribute none for class Line."
Moose
Moose el 25 de Abr. de 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!!

Iniciar sesión para comentar.

Categorías

Más información sobre Mathematics en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 23 de Mzo. de 2019

Comentada:

el 25 de Abr. de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by