How do I manually input a group of coordinates, then add them to a scatter plot?
조회 수: 3 (최근 30일)
이전 댓글 표시
This is probably basic but I can't find it in the tutorials. I simply want to graph a scatter-plot on an xy coordinate plane. I have a group of random data points, like (0,2.4), (2,4.65), etc etc..
What is the most efficient way to input the data points, and then graph them... do I have to enter them all individually and then do a separate scatter(x,y) for every point?
As a secondary question, is there a way to edit, for example, color of the all data points, once they have already been plotted?
Thanks in advance.
댓글 수: 0
답변 (1개)
Nicolas Schmit
2017년 10월 13일
Use the scatter() command to create a scatter plot. After the plot is created, you can change its aspect by changing the Axes Properties.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Scatter Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!