フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How can I plot coloured 3-D scatter

1 回表示 (過去 30 日間)
hamed abdulaziz
hamed abdulaziz 2014 年 2 月 17 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi all,
How can I plot coloured 3-D scatter like this sample below
If any one have a time please explain in example matlab code? thanks to All.
I tried this code
c1=1;
c2=1;
c3=1;
for index=1:9000
n_sampleh(c1)=sampleh(index);
n_samples(c2)=samples(index);
n_samplev(c3)=samplev(index);
c1=c1+1;
c2=c2+1;
c3=c3+1;
end
figure(),
h=scatter3(n_samples,n_sampleh,n_samplev);
but I don't know how to color the points to three colors as shown in the image
  1 件のコメント
hamed abdulaziz
hamed abdulaziz 2014 年 2 月 17 日
Please can I get an answer?

回答 (1 件)

per isakson
per isakson 2014 年 2 月 17 日
編集済み: per isakson 2014 年 2 月 17 日

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by