• Remix
  • Share
  • New Entry

  • KSSV

  • /
  • Circular plate

on 4 Oct 2021
  • 64
  • 118
  • 0
  • 0
  • 146
th = linspace(0,2*pi,500) ;
r = 0:0.1:1 ;
[T,R] = meshgrid(th,r) ;
X = R.*cos(T) ;
Y = R.*sin(T) ;
Z = sqrt(X.^2+Y.^2) ;
pcolor(X,Y,Z)
shading interp
axis equal
Remix Tree