Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Plot 3D scatter plots in a subplot

1 Ansicht (letzte 30 Tage)
Yuzhen Lu
Yuzhen Lu am 27 Mär. 2021
Geschlossen: Yuzhen Lu am 27 Mär. 2021
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?

Antworten (0)

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by