Statistics
All
RANK
3,207
of 295,527
REPUTATION
18
CONTRIBUTIONS
14 Questions
3 Answers
ANSWER ACCEPTANCE
64.29%
VOTES RECEIVED
17
RANK
5,127 of 20,242
REPUTATION
249
AVERAGE RATING
4.30
CONTRIBUTIONS
4 Files
DOWNLOADS
10
ALL TIME DOWNLOADS
2298
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
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