photo

Jose Martinez


Last seen: plus de 2 ans il y a Actif depuis 2018

Followers: 0   Following: 0

Statistiques

MATLAB Answers

2 Questions
2 Réponses

RANG
18 970
of 300 364

RÉPUTATION
2

CONTRIBUTIONS
2 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
1

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Answer
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Réponse apportée
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; ...

plus de 6 ans il y a | 1

Réponse apportée
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%...

environ 7 ans il y a | 0

Question


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

environ 7 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 7 ans il y a | 1 réponse | 0

0

réponse