photo

Philip


Last seen: 2 months ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

14 Questions
3 Answers

File Exchange

4 Files

Cody

0 Problems
5 Solutions

RANK
3,299
of 300,553

REPUTATION
18

CONTRIBUTIONS
14 Questions
3 Answers

ANSWER ACCEPTANCE
64.29%

VOTES RECEIVED
17

RANK
5,204 of 21,024

REPUTATION
253

AVERAGE RATING
4.30

CONTRIBUTIONS
4 Files

DOWNLOADS
4

ALL TIME DOWNLOADS
2330

RANK
56,634
of 169,635

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
60

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 2
  • First Submission
  • Thankful Level 3
  • First Answer
  • Solver

View badges

Feeds

View by

Solved


Add two numbers
Add two numbers (For beginners)

10 years ago

Solved


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

11 years ago

Solved


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

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

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

11 years ago