photo

pangyuteng


Last seen: 2 years ago Active since 2009

Followers: 0   Following: 0

Programming Languages:
Python, C++

Statistics

All
MATLAB Answers

1 Question
4 Answers

File Exchange

13 Files

Cody

0 Problems
9 Solutions

RANK
6,253
of 300,584

REPUTATION
8

CONTRIBUTIONS
1 Question
4 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
756 of 21,030

REPUTATION
2,455

AVERAGE RATING
4.30

CONTRIBUTIONS
13 Files

DOWNLOADS
25

ALL TIME DOWNLOADS
22605

RANK
41,695
of 169,723

CONTRIBUTIONS
0 Problems
9 Solutions

SCORE
100

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Solved


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

11 years ago

Solved


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

11 years ago

Solved


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

12 years ago

Solved


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

12 years 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:...

12 years ago

Solved


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

12 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

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

12 years ago

Solved


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

12 years ago