필터 지우기
필터 지우기

How to get a 3d scatter plot from an nx3 matrix

조회 수: 4 (최근 30일)
R2
R2 2014년 4월 19일
댓글: R2 2014년 4월 20일
Hi everyone, At the moment I have my data stored as an nx3 matrix, however when I try to use the scatter3 function to plot these results it says there are too few argument.
I appreciate any help you can offer!

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2014년 4월 19일
scatter3(A(:,1),A(:,2),A(:,3))

추가 답변 (0개)

카테고리

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