photo

Thijs


Tudelft

Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

6 Questions
10 Answers

File Exchange

1 File

Cody

0 Problems
2 Solutions

RANK
4 247
of 300 369

REPUTATION
12

CONTRIBUTIONS
6 Questions
10 Answers

ANSWER ACCEPTANCE
83.33%

VOTES RECEIVED
2

RANK
11 726 of 20 936

REPUTATION
39

AVERAGE RATING
5.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
344

RANK
89 430
of 168 436

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • 3 Month Streak
  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

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

nästan 14 å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...

nästan 14 år ago