photo

Dylan Muir


SynSense AG, Zürich Switzerland

Active since 2012

Followers: 1   Following: 0

Message

http://dylan-muir.com Professional Interests: neuroscience, cortical models

Programming Languages:
Python, C++, C, MATLAB, SQL
Spoken Languages:
English, German
Pronouns:
He/him
Professional Interests:
Statistics and Machine Learning Applications

Statistics

All
MATLAB Answers

1 Question
1 Answer

File Exchange

19 Files

Cody

0 Problems
4 Solutions

RANK
147,901
of 300,352

REPUTATION
0

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
687 of 20,928

REPUTATION
2,687

AVERAGE RATING
4.80

CONTRIBUTIONS
19 Files

DOWNLOADS
71

ALL TIME DOWNLOADS
23602

RANK
62,035
of 168,212

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
50

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 3
  • First Submission
  • First Answer
  • Solver

View badges

Feeds

View by

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...

9 years ago

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...

13 years 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...

13 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:...

13 years ago