Feeds
提问
How to read a .dat file and creat a 3D image
Hello there, There's a .dat file in which the value at each voxel is 1 (solid) or 0 (pore). Dose anyone know how to import th...
9 years 前 | 1 个回答 | 0
1
个回答提问
Algorithm for Porous Media Reconstruction
Hello there, I am meeting a problem on how to reconstruct a 3D geometry using a single 2D image. I've read some papers on thi...
9 years 前 | 0 个回答 | 0
0
个回答提问
Porous media reconstruction using a single 2D image
Hi there, I am a beginners using matlab and meeting a problem on 3D reconstruction. Some literature showed that a 3D porous m...
9 years 前 | 1 个回答 | 0
1
个回答提问
Solving a matrices equation with some known answers
a=[3,2,1; 1,1,0; 0,1,-1]; b=[x,y,z]; c=a*b; c=0; Generally, this matrice equation can be solved easily. Howe...
10 years 前 | 0 个回答 | 0
0
个回答提问
matrix sum with extending dimensions
If there are two matrices like a=[1,0;0,1] b=[2,0;0,2], is there any command by which I get a 3x3 matrix as c=[1,0,0;0,3,0;0,0,2...
10 years 前 | 1 个回答 | 0
1
个回答提问
How can I generate a 3-D porous geometry using Matlab?
I want to run a random walk in a 3-D porous media. Can I ask how to generate a 3-D porous geometry where pore size distribution ...
10 years 前 | 0 个回答 | 0
