Statistics
All
RANK
659
of 273 365
REPUTATION
98
CONTRIBUTIONS
0 Questions
23 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
21
RANK
113 of 18 455
REPUTATION
9 678
AVERAGE RATING
4.80
CONTRIBUTIONS
11 Files
DOWNLOADS
85
ALL TIME DOWNLOADS
82927
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
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...
mer än ett år 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...
mer än 10 år 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:...
mer än 10 år ago