Statistics
All
RANK
298
of 260,692
REPUTATION
247
CONTRIBUTIONS
3 Questions
93 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
78
RANK
312 of 17,910
REPUTATION
4,598
AVERAGE RATING
4.40
CONTRIBUTIONS
13 Files
DOWNLOADS
56
ALL TIME DOWNLOADS
43722
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Solved
Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...
10 years ago
Solved
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
10 years ago
Solved
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
10 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:...
10 years ago