Plotting two 2D scatter plots as planes in 3D space

Hello
Probably total newbie question (what I am in matlab), but i've been puzzeling for a while now.
Have been successfully made two plots I need, like:
h1=scatter(x1,y1,s,c,'fill','s'); h2=scatter(x3,y3,s,c,'fill','s');
Also managed to make a 3D space:
axis([min(x1) max(x1) min(t3) max(t3) min(y3) max(y3)]);
So now I would like to put those scatter plots in 3d space as yx and zy planes intersecting in z=-5.
Basically these datasets represent horizontal and vertical measurments in time.
Thank you for the answers.
villu

 채택된 답변

Mike Garrity
Mike Garrity 2013년 4월 18일

0 개 추천

You could use scatter3 with zeroes of the correct size for the "other" dimension.

추가 답변 (1개)

카테고리

도움말 센터File Exchange에서 Scatter Plots에 대해 자세히 알아보기

질문:

2013년 4월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by