Community Profile

photo

Kunz


Last seen: 4 years ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • First Answer
  • Revival Level 1

View badges

Feeds

View by

Answered
Why does spectrogram's result Matrix not have the length of the window
If you write s = spectrogram(data,hamming(wdw),overlap,wdw,Fs); in the last line, then the row size in s would be 160. M...

6 years ago | 0

Question


ClockConnection vs TriggerConnection in Data Acquisition Toolbox
The matlab documentation on clock connection and trigger connection of the data acquisition toolbox didn't make it very clear to...

9 years ago | 0 answers | 0

0

answers

Answered
mex.h and mexFunction.h difference
What about, say, here, http://www.sondette.com/public/blog/?p=467. mex.h and mexFunction.h are both loaded in the beginning and ...

12 years ago | 0

Question


mex.h and mexFunction.h difference
Is there a difference between loading mex.h and mexFunction.h files in the beginning of a mex file? It appeared to me that some ...

12 years ago | 2 answers | 0

2

answers

Answered
Shared Library limitations on null pointers
Thanks Walter. I tried changing the second line to, sdataPtr = libpointer('voidPtr', sdata) but the results are the same, ...

12 years ago | 0

Question


Shared Library limitations on null pointers
In my 2011b documentation file under "Calling Functions in Shared Libraries" there's a section on the "Limitations Using Pointer...

12 years ago | 2 answers | 0

2

answers

Answered
loadlibrary doesn't load all functions from dll
This problem is solved. There's a small error in the 5th function in the loaded header file...

12 years ago | 0

Question


loadlibrary doesn't load all functions from dll
Hello there, I'm trying to load a dll file into Matlab using loadlibrary, but so far I'm only able to load the first 4 functions...

12 years ago | 1 answer | 0

1

answer