- /
-
dedicated_to_ DR. APJ_ABDUL_KALAM!
on 30 Oct 2021
- 5
- 22
- 0
- 0
- 274
[x,y,z]=meshgrid(-2:0.2:2,-2:0.2:2,-2:0.5:2);
v=x.^5+y.^2 +z.^2;
isosurface(x*6,y,z,v,2);
isosurface(x*1,y,z,v,3);
isosurface(x*1.3,y,z,v,4);
isosurface(x*1.2,y,z,v,5);
isosurface(x*3,y,z,v,4);
axis equal;
colormap(hsv);
axis vis3d
view(-37,30);
axis off
title('r_ocket by matlab_2021_mini_hack');