photo

Jiahong Zou


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

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
He/him

统计学

MATLAB Answers

6 个提问
1 个回答

排名
180,458
of 299,763

声誉
0

贡献数
6 个提问
1 个回答

回答接受率
83.33%

收到投票数
0

排名
 of 20,798

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,797

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How to connect logical operation using for loop?
I have 50 matrices of same dimension, in which some nonzero elements that are same among all matrices and some could have differ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How can i make the thickness of a pipe from Nastran in Matlab variable?
As shown this pipe are made of CQUAD4 elements and all have the same material properties PSHELL (PID 5101060) which contains h...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How can i read the line above a certain position?
This is how the Nastran file looks like $$ PSHELL Data $ $HMNAME PROP 5101090"PSHELL_5101090" 4 $HWC...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How can i pull a matrix out of matrix with indices?
Hi everyone. Sorry for the poor expression. I used find() function to find elements, which fulfill certain condition (non consta...

2 years 前 | 1 个回答 | 0

1

个回答

已回答
How can i find out all indices of nonzero elements in a sets of matrices?
Well this would work but is there a way not to repeat 19 times for 19 matrices? [row, col] = find(A ~= 0 | B ~= 0 | C ~= 0 | D ...

2 years 前 | 0

提问


How can i find out all indices of nonzero elements in a sets of matrices?
I have 19 sparse matrices which are 30000 * 30000 big. Each matrix is slightly different from another. How can i use [row, col]...

2 years 前 | 2 个回答 | 0

2

个回答

提问


How can i find indices of constant elements between 2 arrays?
Hi, i have 2 enormous matrices A and B which are parameter relevant. With find() function i know which elements are non zero and...

2 years 前 | 1 个回答 | 0

1

个回答