Antworten (1)

KSSV
KSSV am 31 Aug. 2022

1 Stimme

t = linspace(0,2*pi,50) ;
r = linspace(0,3,50) ;
[th r] = meshgrid(t,r) ;
x = r.*cos(th) ;
y = r.*sin(th) ;
z = r ;
surf(x,y,z) ;

Kategorien

Produkte

Version

R2022a

Gefragt:

am 31 Aug. 2022

Beantwortet:

am 31 Aug. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by