photo

Dekun Pei

MathWorks

Last seen: 5 years 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: MATLAB External Interfaces, Test and Measurements with MATLAB

统计学

MATLAB Answers

0 个提问
6 个回答

排名
5,029
of 299,768

声誉
10

贡献数
0 个提问
6 个回答

回答接受率
0.00%

收到投票数
3

排名
 of 20,800

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,831

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
I am trying to compile my simulink model and got these errors, please help!
This is interesting because the linking command looks right, yet it is complaining about unresolved symbols. Can you locate this...

11 years 前 | 1

已回答
Problem in using the "-g" option of mex
Can you provide the compiler you are using the full verbose output by passing "-v" to mex. My guess is the directory containing ...

11 years 前 | 1

| 已接受

已回答
mex file and gpib link
In addition to what James said, I would be careful with using "fopen", "fprintf", "fscanf" and "fclose" in your mex file. These ...

11 years 前 | 0

已回答
Segmentation violation at start of Mex-File leads to termination
Your debugger stopped in the malloc function, I suppose this is in the Visual Studio library, so it does not really provide too ...

11 years 前 | 1

已回答
clang: error: cannot specify -o when generating multiple output files
The way mex is used here ("mex -v filename.c library.h") makes "mex" treat the header file "fsconv.h" as an input file and it is...

11 years 前 | 0

已回答
How do I solve the error: C1083
I would suggest first checking the following bug report. It is related to having a space in your installation path of MATLAB and...

11 years 前 | 0