photo

Song


TU

Active since 2015

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

11 Questions
1 Answer

Cody

0 Problems
4 Solutions

RANK
9,731
of 300,364

REPUTATION
4

CONTRIBUTIONS
11 Questions
1 Answer

ANSWER ACCEPTANCE
27.27%

VOTES RECEIVED
4

RANK
7,873 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
4

ALL TIME DOWNLOADS
0

RANK
62,983
of 168,407

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

  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Solved


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

10 years ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

10 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

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

10 years ago