photo

Jiyeon Jang


Last seen: 대략 2년 전 2021년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


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

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


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},',...

대략 3년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 3년 전 | 답변 수: 1 | 0

1

답변