Community Profile

photo

David


Last seen: 8 days ago Active since 2021

Followers: 0   Following: 0

Message

Statistics

All
  • Solver
  • First Review

View badges

Feeds

View by

Solved


Sort complex numbers into complex conjugate pairs
Sort complex numbers into complex conjugate pairs. Example: Input x = [3-6i -1-4i -1+4i 3+6i] Sorted output = [-1 - ...

2 months ago

Question


Equivalent of dfilt.parallel in DSP System Toolbox
I used to describe some of my interpolation filters using their polyphase components. For example a trivial interpolation by 3 ...

1 year ago | 0 answers | 0

0

answers

Answered
Why does this MEX file run on R2017b- and crash on R2018b+ ?
I think I've found the reason Short excerpt from: MEX API Is Not Thread Safe - MATLAB & Simulink (mathworks.com): You can cr...

3 years ago | 0

Question


Why does this MEX file run on R2017b- and crash on R2018b+ ?
Here is below a very simple mex file, that uses threads. It's taken from https://robertoostenveld.nl/multithreading-matlab-mex/...

3 years ago | 1 answer | 0

1

answer