Community Profile

photo

Jiyeon Jang


Last seen: 2 years ago Active since 2021

Statistics

Content Feed

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer