plotting the data

조회 수: 2 (최근 30일)
Villanova
Villanova 2011년 10월 1일
Hi. If you plot this x = [6 8 9]; y = [2 5 9]; plot(x,y)
you get more like a curve. I was wondering how you can only plot only the data points instead. Thanks

채택된 답변

the cyclist
the cyclist 2011년 10월 1일
>> plot(x,y,'.')
"doc plot" for details.

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by