フィルターのクリア

Info

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

Plot 3D scatter plots in a subplot

1 回表示 (過去 30 日間)
Yuzhen Lu
Yuzhen Lu 2021 年 3 月 27 日
閉鎖済み: Yuzhen Lu 2021 年 3 月 27 日
It seems subplot does not support 3-D scatter plot using plot3.m or scatter3. For example, the following codes won't work
subplot(121);
plot3(x1,y1,z1);
subplot(122);
plot3(x2,y2,z2);
Is there a way to plot 3-d scatter plots in individual subplots?

回答 (0 件)

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by