photo

can özbaran


Aktiv seit 2017

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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,...

mehr als 6 Jahre vor | 0

Frage


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*(...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten