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

4 次查看(过去 30 天)
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