Dekun Pei - MATLAB Central
photo

Dekun Pei

MathWorks

Last seen: presque 5 ans il y a Actif depuis 2014

Followers: 0   Following: 0

Message

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

Statistiques

MATLAB AnswersFrom 06/14 to 03/25Use left and right arrows to move selectionFrom 06/14Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
6 Réponses

RANG
4 999
of 297 738

RÉPUTATION
10

CONTRIBUTIONS
0 Questions
6 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
3

RANG
 of 20 469

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 159 472

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

presque 11 ans il y a | 1

Réponse apportée
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 ...

presque 11 ans il y a | 1

| A accepté

Réponse apportée
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 ...

presque 11 ans il y a | 0

Réponse apportée
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 ...

presque 11 ans il y a | 1

Réponse apportée
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...

presque 11 ans il y a | 0

Réponse apportée
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...

presque 11 ans il y a | 0