Community Profile

photo

Raouf Amara


Active since 2019

Followers: 0   Following: 0

Statistics

All
  • Solver
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
How to write the MATLAB code for this question?
integral

5 years ago | 1

Answered
How do I optimize the peak interval?
I suggest you lookup the findpeaks function and its options for finding the events. Then it depends on what these events actuall...

5 years ago | 0

Answered
String Search with Special Characters
pat = '>ABCD \w*.\w*<'; str = 'whateveryouwant>ABCD 2345678.123<andmore>ABCD 1010.01<'; idx = regexp(str,pat)

5 years ago | 1

| accepted

Question


How to speed up pairwise difference calculation between vectors under certain condition?
I have two double arrays A (size: Nx1) and B (Mx1) both with large increasing values (from ~1e9 to ~1e13; not sure this is relev...

5 years ago | 1 answer | 0

1

answer