How to draw this figure?

조회 수: 2 (최근 30일)
Sabarinathan Vadivelu
Sabarinathan Vadivelu 2013년 5월 4일
I have this figure. I have the color portion. That is they are surface plot that are visible from the top. Also I plotted those points. and everything except that colored portion. Please give me some clues.
  댓글 수: 3
Sabarinathan Vadivelu
Sabarinathan Vadivelu 2013년 5월 6일
편집: Sabarinathan Vadivelu 2013년 5월 6일
I already have this figure,
Now I need to draw the above mentioned figure, What I had tried till now is this figure.
How to draw the figure 1.?
Jan
Jan 2013년 5월 6일
We cannot suggest a solution without known the structure of your data. It would cost some time to invent some test data in a matching structure. And afterwards it would cost additional work to adjust the suggested solution to your data. So please post the details required to draw the wanted result - the values do not matter and can be created by RAND.

댓글을 달려면 로그인하십시오.

채택된 답변

Gijs van Oort
Gijs van Oort 2013년 5월 6일
I guess that you are able to plot the 3D figure 'anywhere' within the axis, i.e., that you can translate and scale it the way you want. (if not, simply try to subtract a certain offset from the x and y coordinates; scaling is a little harder).
Now, plot the 3D figure at the position of the first point. Then type
hold on
and plot all the others. Then have a look at your figure from directly above:
view(2)
(or play around with the view command until you have found the right angle to look at your figure if you happen to look at it from the side).

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Graphics Performance에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by