photo

Jose Martinez


Last seen: 2 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

2 个提问
2 个回答

排名
18,970
of 297,503

声誉
2

贡献数
2 个提问
2 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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; ...

6 years 前 | 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%...

6 years 前 | 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...

6 years 前 | 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...

7 years 前 | 0 个回答 | 0

0

个回答