Community Profile

photo

Hao-wei


Massachusetts Institute of Technology

Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
  • Solver

View badges

Feeds

View by

Solved


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

11 years ago

Solved


Sorted highest to lowest?
Return 1 if the input is sorted from highest to lowest, 0 if not. Example: 1:7 -> 0 [7 5 2] -> 1

11 years ago

Solved


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

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

Question


loadlibrary
Hi, I'm working on a SDK for a camera that requires loading the library in matlab. The error shows up in the following. ...

12 years ago | 1 answer | 0

1

answer