Jiyeon Jang
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
83.326
of 293.962
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20.063
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 150.261
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 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...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
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},',...
meer dan 3 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 3 jaar ago | 1 answer | 0