photo

Andreas Justin


Last seen: 27 days ago Active since 2013

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

3 Questions
7 Answers

File Exchange

2 Files

Cody

0 Problems
2 Solutions

RANK
5,171
of 300,364

REPUTATION
10

CONTRIBUTIONS
3 Questions
7 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
1

RANK
5,490 of 20,934

REPUTATION
231

AVERAGE RATING
5.00

CONTRIBUTIONS
2 Files

DOWNLOADS
2

ALL TIME DOWNLOADS
1341

RANK
89,728
of 168,407

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

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

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

7 years ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

7 years ago