Statistics
RANK
295
of 257 665
REPUTATION
247
CONTRIBUTIONS
3 Questions
93 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
78
RANK
311 of 17 755
REPUTATION
4 592
AVERAGE RATING
4.40
CONTRIBUTIONS
13 Files
DOWNLOADS
29
ALL TIME DOWNLOADS
43663
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...
environ 10 ans 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 ...
environ 10 ans ago
Solved
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
environ 10 ans 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:...
environ 10 ans ago