J W
自 2016 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
Sequence of slice() images
Figured it out. Use a direct function handle. h=figure; slice(X,Y,Z,u,1,1,1); saveas(h,'test.jpg'); I'll b...
Sequence of slice() images
Figured it out. Use a direct function handle. h=figure; slice(X,Y,Z,u,1,1,1); saveas(h,'test.jpg'); I'll b...
9 years 前 | 0
提问
Sequence of slice() images
How can I automatically save a sequence of slice() images? It doesn't seem to fall under the same approach that plot() images d...
9 years 前 | 2 个回答 | 0
2
个回答提问
Is fftn() and ifftn() equivalent to a 3D Fourier Transform in this case?
I'm trying to solve the 3D Heat Equation with Fourier Transforms. I'll have a 3D matrix with solutions u(x,y,z,t_n) at each nod...
9 years 前 | 1 个回答 | 0