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년 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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...
9년 초과 전 | 답변 수: 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...
9년 초과 전 | 답변 수: 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 ...
9년 초과 전 | 답변 수: 0 | 0
