Community Profile

photo

Peter Caday


University of Washington Seattle Campus

2014 年からアクティブ

Followers: 0   Following: 0

連絡

統計

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

バッジを表示

Feeds

表示方法

送信済み


compleximagesc
Plot complex-valued functions in color

9年以上 前 | ダウンロード 1 件 |

送信済み


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

10年弱 前 | ダウンロード 1 件 |

送信済み


kbd
Replacement for the keyboard function that supports enabling/disabling

10年弱 前 | ダウンロード 1 件 |

解決済み


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

約10年 前

解決済み


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

約10年 前

解決済み


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

約10年 前

解決済み


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

約10年 前

解決済み


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

約10年 前

解決済み


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

約10年 前

解決済み


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

約10年 前