Statistics
All
RANK
7,728
of 297,016
REPUTATION
6
CONTRIBUTIONS
26 Questions
2 Answers
ANSWER ACCEPTANCE
23.08%
VOTES RECEIVED
4
RANK
2,413 of 20,419
REPUTATION
717
AVERAGE RATING
4.90
CONTRIBUTIONS
1 File
DOWNLOADS
18
ALL TIME DOWNLOADS
6786
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
12 years 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 ...
12 years 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:...
12 years ago