photo

Jose Martinez


Last seen: etwa ein Jahr vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

  • First Answer
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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; ...

etwa 5 Jahre vor | 1

Beantwortet
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%...

mehr als 5 Jahre vor | 0

Frage


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...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten