Community Profile

photo

Mederic Mainson


csiro

Last seen: 5 months ago Active since 2016

experimental scientist doing a lot of data processiinnngggg....

Statistics

  • First Review
  • Thankful Level 1

View badges

Content Feed

View by

Question


installing matlab library on linux
Hi All, I am trying to installl the matlab library on linux followong the direction on that link: https://au.mathworks.com/hel...

5 years ago | 0 answers | 0

0

answers

Question


how to compile a Matlab standalone app on Linux using matlab compiler on Windows
Hi, I am using matlab on windows and i regularly create stand alone application for windows, no worries. some user want to u...

5 years ago | 1 answer | 0

1

answer

Question


Automatic clustering of data point according to line of best fit
Hi All, This is one of this thing easy for an human eyes, but no so easy to code.. I have 2 vector (same length) corresponding...

6 years ago | 1 answer | 0

1

answer

Question


how to remove last characther from cell array of string
Hi All, let's say i have this cell array of string: test={'1234T'; '4567T'; '8901T'}; Is the a way to remove the last c...

7 years ago | 1 answer | 0

1

answer

Question


horzcat cell array of string
Hi Guys, I am a bit buffled, it shouldnt be so hard. I have a cell array of strings, see image below for details. I want to ...

7 years ago | 2 answers | 0

2

answers

Answered
combine celle array of cell array vertically
Thanks both of you guys, it both solution work, but i prefer Guillaume's one, it takes only 1 lines ;) cheers Medie

7 years ago | 0

Question


combine celle array of cell array vertically
Hi, I have a cell arrays of cell array 'ABC'. Rows of ABC represent data from different experiment. Columns of ABC represent ...

7 years ago | 3 answers | 0

3

answers

Question


histcounts on matrice row by row, how to get rid of the loop?
Hi All, I have got a simple Matrice let say M( double 10*100) I need histcounts of every row, so far i do: MhistCountsRow...

8 years ago | 2 answers | 0

2

answers