photo

Kunz


Last seen: 6 years 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
4 个回答

排名
205,079
of 300,780

声誉
0

贡献数
4 个提问
4 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,086

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,018

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer
  • Revival Level 1

查看徽章

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 前 | 0

提问


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 前 | 0 个回答 | 0

0

个回答

已回答
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 ...

14 years 前 | 0

提问


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 前 | 2 个回答 | 0

2

个回答

已回答
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, ...

14 years 前 | 0

提问


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 前 | 2 个回答 | 0

2

个回答

已回答
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...

14 years 前 | 0

提问


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 前 | 1 个回答 | 0

1

个回答