Community Profile

photo

Jose Martinez


Last seen: 12ヶ月 前 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

回答