How to plot points without line

조회 수: 157 (최근 30일)
Omar Abdullateef
Omar Abdullateef 2019년 3월 23일
댓글: Moose 2023년 4월 25일
I'm trying to plot the following command
as points rather than a linear line how do i do that?

채택된 답변

madhan ravi
madhan ravi 2019년 3월 23일

추가 답변 (1개)

Reza Mohammadkhani
Reza Mohammadkhani 2020년 3월 23일
Sets the line style as none, and select a marker as you like. For example:
plot(x, y,'linestyle','none','marker','o')
  댓글 수: 2
KaoYuKaoYu
KaoYuKaoYu 2023년 2월 20일
But the matlab tell me "Unrecognized attribute none for class Line."
Moose
Moose 2023년 4월 25일
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!!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by