Community Profile

photo

Yair Treister


Lockheed Martin

Active since 2011

Followers: 0   Following: 0

Message

I use Matlab, Simulink, Matlab Coder, Simulink Coder, Embedded Coder, SimMechanics...

Statistics

All
  • Solver

View badges

Feeds

View by

Solved


Count number of words in string
Count number of words in string E.g. 'hi', answer is 1 'hi hi', answer is 2 'I enjoy cody', answer is 3

9 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

9 years ago

Solved


Remove the Zero
Given an array n, remove all zeros

9 years ago