Statistics
All
RANK
222,462
of 295,448
REPUTATION
0
CONTRIBUTIONS
1 Question
6 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
14,676 of 20,227
REPUTATION
13
AVERAGE RATING
5.00
CONTRIBUTIONS
1 File
DOWNLOADS
6
ALL TIME DOWNLOADS
84
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.
1 year ago
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 ...
1 year 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