photo

Jose Martinez


Last seen: 대략 1년 전 2018년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
How to generate a fcc crystal matrice?
function FCCLattice = FCCMake(a,V) % "a" is the Lattice Parameter: a = a; %Set the Volume of the cube in variable V: V = V; ...

대략 5년 전 | 1

답변 있음
I need to delete some rows in an array based on if their column values fall inside a range
%TEST% A = CROP; B = A(A(:,1)>xlo & A(:,1)<xhi & A(:,2)>ylo & A(:,2)<yhi & A(:,3)>zlo & A(:,3)<zhi,:); %TEST END%...

5년 초과 전 | 0

질문


I need to delete some rows in an array based on if their column values fall inside a range
I have a Nx3 matrix A. I have my conditions: xlo = 0; xhi = 100; ylo = 0; yhi = 100; zlo = 0; zhi = 100; I want to be a...

5년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to plot a lattice for an HCP?
I am trying to plot a Hexagonal Lattice, I have the values of a,b, and c. I also have the values of the angles in between the ax...

대략 6년 전 | 답변 수: 0 | 0

0

답변