photo

Jiyeon Jang


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

Followers: 0   Following: 0

Estadística

Feeds

Ver por

Pregunta


How to get the vector end point?
When I defined the vector in matlab, I gave it direction and size. Like this. VEC_Gm = 40 ; VEC_Gu = [ 1 ; 0 ; 0 ] ; VEC_Em...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to find the definite integral?
Here is the code I have.. X = zeros(1,length(data)); Y = zeros(1,length(data)); for i = 1:101 temp = strsplit(data{i},',...

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to find the average in for loop?
for j = 1 : 1 : 10 Ry = max(Y(160 * (j-1) + 1:160*j)) + abs(min(Y(160 * (j-1) + 1:160*j))); end In this code, How to find t...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta