Community Profile

photo

nicolas


Last seen: 1 year ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to speed up 2 loops with the intersect function?
Hi I have some code, which is very slow, because of the 2 loops. I was wondering if there was a clever way to speed this up? ...

9 years ago | 2 answers | 0

2

answers

Answered
find 2 common values of 3 in row matrix?
I have [written] this code, it works, but it is very slow, because of the two if loops. Is it possible to optimized it? fo...

9 years ago | 0

Question


find 2 common values of 3 in row matrix?
HI, I have a 3 columns and n rows matrix I need to find in this matrix, witch rows own the same 2 values of the 3 as the fir...

9 years ago | 2 answers | 0

2

answers

Question


Using a char matrix as a text legend
I would like using the text contained in a char matrix named "textlegend" to fill a legend of a pie figure. my code to genera...

9 years ago | 1 answer | 0

1

answer