Statistics
RANK
265,246
of 300,759
REPUTATION
0
CONTRIBUTIONS
4 Questions
4 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,081
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 170,900
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
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...
8 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...
11 years ago | 0 answers | 0
0
answersmex.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 ...
14 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 ...
14 years ago | 2 answers | 0
2
answersShared Library limitations on null pointers
Thanks Walter. I tried changing the second line to, sdataPtr = libpointer('voidPtr', sdata) but the results are the same, ...
14 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...
14 years ago | 2 answers | 0
2
answersloadlibrary 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...
14 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...
14 years ago | 1 answer | 0

