Serhii Sheinych
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
192,146
of 295,467
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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 rewrite the maximum element of an array by an avarage
I have an array of 100 random numbers and i need to detect the maximum value of an array and then replace it by mean value of an...
5 years ago | 1 answer | 0
1
answerQuestion
How to implement this formula in MatLab?
n is a constant = 100 x is an array of 100 rand elements
5 years ago | 1 answer | 0
1
answerQuestion
How to find value which is berofe max value of an array?
I have an array, let it be r1 = rand(1,100). I need to find max value and a value which is before maximum. How can i do it? Ma...
5 years ago | 2 answers | 0
2
answersQuestion
How to built a histogram in MatLab as Excel did it?
I have a vector of 7 integer values and try to built a histogram, but I have a result, which i did not expected. I've built a h...
5 years ago | 1 answer | 0
1
answerQuestion
How to realize this cycle in MatLab?
int i; int y1; int y2; int y3; int y4; int y5; int y6; int y7; for (i=0; i<100; i++){ if(x[i]>=m && x[i]<m+s) y1++; e...
5 years ago | 1 answer | 0