photo

Peter Caday


University of Washington Seattle Campus

Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
File Exchange

3 Files

Cody

0 Problems
7 Solutions

RANK
N/A
of 301,200

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
10,680 of 21,190

REPUTATION
54

AVERAGE RATING
5.00

CONTRIBUTIONS
3 Files

DOWNLOADS
4

ALL TIME DOWNLOADS
493

RANK
48,505
of 173,339

CONTRIBUTIONS
0 Problems
7 Solutions

SCORE
80

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Solver

View badges

Feeds

View by

Submitted


compleximagesc
Plot complex-valued functions in color

11 years ago | 2 downloads |

0.0 / 5

Submitted


AddImageXYTracker.m
Click an image to see pixel coordinates and values.

11 years ago | 1 download |

0.0 / 5

Submitted


kbd
Replacement for the keyboard function that supports enabling/disabling

11 years ago | 1 download |

5.0 / 5

Solved


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

12 years ago

Solved


Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...

12 years ago

Solved


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

12 years ago

Solved


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

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

12 years ago

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

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