필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Plotting 3D graph of x,y,z with several variables

조회 수: 1 (최근 30일)
Pamu
Pamu 2013년 5월 2일
Hi, I want to plot the 3D plot, where x,y and z are function of several variables. as an example,
x =sin(a1)*sin(a2)+100*cos(a1); y= con(a1)*cos(a2); z=sin(a1)*sin(a2)*cos(a2)+50; where a1,a2, are angles and know the range of those.Also It is difficulty to get z as a function of x and y, ie z=f(x,y) cannot solve.
How I get the plot of x,y and z. what is the function in matlab? If any body knows this. pls. give a quick feedback, this is very urgent to me. Please.
Thank You
  댓글 수: 2
Matt Kindig
Matt Kindig 2013년 5월 2일
It would look at the documentation for surf() and meshgrid(). In particular, look at the Example in the documentation for meshgrid().
doc surf
doc meshgrid

답변 (1개)

Seyhan Emre Gorucu
Seyhan Emre Gorucu 2013년 5월 2일
google scatter3. It might help.

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by