- /
-
A dress
on 22 Oct 2022
- 3
- 12
- 0
- 1
- 156
f=flow;
for i=1:25
for j=1:50
for k=1:25
ff(i,k,j)=f(i,j,k);
end
end
end
contour3(ff(:,:,1),1000)
hold on
contour3(ff(:,:,3)+2.5,1000)
view(-45, -13)
colormap jet
axis off