photo

Dekun Pei

MathWorks

Last seen: mer än 5 år ago Active since 2014

Followers: 0   Following: 0

Message

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

Statistics

MATLAB Answers

0 Questions
6 Answers

RANK
5 059
of 300 369

REPUTATION
10

CONTRIBUTIONS
0 Questions
6 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
3

RANK
 of 20 936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 436

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
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...

mer än 11 år ago | 1

Answered
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 ...

mer än 11 år ago | 1

| accepted

Answered
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 ...

mer än 11 år ago | 0

Answered
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 ...

mer än 11 år ago | 1

Answered
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...

mer än 11 år ago | 0

Answered
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...

mer än 11 år ago | 0