Statistics
All
RANK
300
of 262.626
REPUTATION
247
CONTRIBUTIONS
3 Questions
93 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
78
RANK
312 of 17.979
REPUTATION
4.600
AVERAGE RATING
4.40
CONTRIBUTIONS
13 Files
DOWNLOADS
37
ALL TIME DOWNLOADS
43745
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...
oltre 10 anni 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 ...
oltre 10 anni ago
Solved
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
oltre 10 anni 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:...
oltre 10 anni ago