How to plot data points without connecting them?

조회 수: 53 (최근 30일)
Cantor Set
Cantor Set 2020년 2월 22일
답변: Shua Noh 2020년 6월 9일
I have a vector of size 250 rows and 1 col.
I want to plot the points only
Thank you

채택된 답변

Jacob Wood
Jacob Wood 2020년 2월 22일
plot(x,y,'.')

추가 답변 (1개)

Shua Noh
Shua Noh 2020년 6월 9일
You can also use
scatter(...)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by