photo

Thomas Rutten


Last seen: 2 months ago Active since 2008

Followers: 0   Following: 0

Message

Consultancy in water data analysis Professional Interests: Matlab user for data analyses of flow cytometric data

Statistics

All
  • Solver
  • Thankful Level 1
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • First Answer

View badges

Feeds

View by

Solved


Unique values without using UNIQUE function
You must return unique values in a vector in *stable* mode without using the unique function. About stable order flag: ...

2 years ago

Solved


Finding peaks
Find the peak values in the signal. The peak value is defined as the local maxima. For example, x= [1 12 3 2 7 0 3 1 19 7]; ...

2 years ago

Solved


Find last zero for each column
Given a numeric array of arbitrary size, return the row index of the last zero for each column. If a column contains all nonzero...

2 years ago