Programming Languages:
MATLAB
Spoken Languages:
English, Portuguese
MATLAB
Spoken Languages:
English, Portuguese
Statistics
All
RANK
371
of 281,567
REPUTATION
204
CONTRIBUTIONS
7 Questions
102 Answers
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
27
RANK
13,739 of 19,051
REPUTATION
16
AVERAGE RATING
5.00
CONTRIBUTIONS
3 Files
DOWNLOADS
13
ALL TIME DOWNLOADS
87
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Solved
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
9 months ago
Solved
Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...
9 months ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
1 year ago