Community Profile

photo

The Matlabinator


Active since 2017

Statistics

  • First Answer
  • Revival Level 1

View badges

Content Feed

View by

Answered
Max Peak Distance (findpeaks)
I'm wondering about this too. There's a 'MinPeakDistance' that rejects peaks which are located within some specified distance. I...

6 years ago | 0

Answered
How to show a pairs of images from cell array?
Why don't you make the iteration count the title? You could do something like this: im1 = cell{1}; im2 = cell{3}; ...

6 years ago | 0

Answered
Constructively adding sound waves
Hi Edward, You may want to look into the Matlab cross-correlation function <https://www.mathworks.com/help/signal/ref/xcorr.h...

6 years ago | 0

Answered
I would like to create a GUI which displays a continuous sine wave (random amplitude) at .4 Hz. Can anyone help?
Hi David, There are several ways you can build a GUI: (1) using the GUIDE tool, with the Matlab App Designer, or programmatic...

6 years ago | 0

Answered
Importing Phantom CINE View files
Vision Research has some files available from the Phantom Zone/Developer Zone on their website that might help. You can get an S...

6 years ago | 0