photo

Jorrit Montijn


Netherlands Institute for Neuroscience

Last seen: 9 maanden ago Active since 2016

Followers: 0   Following: 0

Message

Post-doctoral researcher at the Heimel lab

Statistics

All
MATLAB Answers

2 Questions
4 Answers

File Exchange

2 Files

Cody

0 Problems
3 Solutions

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

RANK
73.768
of 168.040

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 1
  • GitHub Submissions Level 1
  • First Review
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

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