
Jorrit Montijn
Netherlands Institute for Neuroscience
Followers: 0 Following: 0
Statistics
All
RANK
5.519
of 300.302
REPUTATION
8
CONTRIBUTIONS
2 Questions
4 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
2
RANK
14.560 of 20.911
REPUTATION
15
AVERAGE RATING
0.00
CONTRIBUTIONS
2 Files
DOWNLOADS
5
ALL TIME DOWNLOADS
132
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 ...
bijna 9 jaar ago
Solved
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
bijna 9 jaar 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...
bijna 9 jaar ago