Dylan Muir
SynSense AG, Zürich Switzerland
Followers: 0 Following: 0
http://dylan-muir.com Professional Interests: neuroscience, cortical models
Python, C++, C, MATLAB, SQL
Spoken Languages:
English, German
Pronouns:
He/him
Professional Interests:
Statistics and Machine Learning Applications
Statistics
RANK
153.567
of 295.638
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
687 of 20.255
REPUTATION
2.631
AVERAGE RATING
4.80
CONTRIBUTIONS
19 Files
DOWNLOADS
96
ALL TIME DOWNLOADS
23037
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
ongeveer 8 jaar 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...
meer dan 12 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...
meer dan 12 jaar 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:...
meer dan 12 jaar ago