photo

Yoshio Watanabe

MathWorks

Last seen: 11 jours il y a Actif depuis 2017

Followers: 0   Following: 0

Message

Yoshio Watanabe works as a Consultant at MathWorks.

Statistiques

All
  • GitHub Submissions Level 3
  • Promoter
  • Solver
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission

Afficher les badges

Feeds

Afficher par

A résolu


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

8 mois il y a

A résolu


Replace Nonzero Numbers with 1
Given the matrix x, return the matrix y with non zero elements replaced with 1. Example: Input x = [ 1 2 0 0 0 ...

presque 3 ans il y a

A résolu


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

presque 3 ans il y a

A résolu


Implement simple rotation cypher
If given a letter from the set: [abc...xyz] and a shift, implement a shift cypher. Example: 'abc' with a shi...

plus de 3 ans il y a