photo

can özbaran


Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
how can i represent 3d surface(conical surface) by using surface vector function
ro=3; fic=pi/5; u=linspace(0,8); Q=linspace(0,pi/2); x=ro*cot(fic)-u*cos(fic); y=u*sin(fic).*sin(Q); [X,...

meer dan 6 jaar ago | 0

Question


how can i represent 3d surface(conical surface) by using surface vector function
xw=10; qg=2*pi; qw=1; lw=0:pi/12:pi/2; x=(xw+qw*sin(lw))*cos(qg); y=(xw+qw*sin(lw))*sin(qg); z= qw*(...

meer dan 6 jaar ago | 2 answers | 0

2

answers