Jiahong Zou
Followers: 0 Following: 0
MATLAB
Spoken Languages:
English
Pronouns:
He/him
Statistics
RANK
225.403
of 295.467
REPUTATION
0
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan een jaar ago | 1 answer | 0
1
answerHow 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 ...
meer dan een jaar ago | 0
Question
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]...
meer dan een jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan een jaar ago | 1 answer | 0