Jiahong Zou - MATLAB Central
photo

Jiahong Zou


Last seen: 1年以上 前 2023 年からアクティブ

Followers: 0   Following: 0

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

統計

MATLAB AnswersFrom 05/23 to 04/25Use left and right arrows to move selectionFrom 05/23Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 質問
1 回答

ランク
136,101
of 298,109

評判
0

コントリビューション
6 質問
1 回答

回答採用率
83.33%

獲得投票数
0

ランク
 of 20,533

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,374

コントリビューション
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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 1 件の回答 | 0

1

回答