photo

Jiahong Zou


Last seen: alrededor de 2 años hace Con actividad desde 2023

Followers: 0   Following: 0

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

Estadística

MATLAB Answers

6 Preguntas
1 Respuesta

CLASIFICACIÓN
229.013
of 300.352

REPUTACIÓN
0

CONTRIBUCIONES
6 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
83.33%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.928

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.212

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

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

más de 2 años hace | 0

Pregunta


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

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta