Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Plot 3D scatter plots in a subplot
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!