photo

Dekun Pei

MathWorks

Last seen: oltre 5 anni fa Attivo dal 2014

Followers: 0   Following: 0

Messaggio

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

Statistica

MATLAB Answers

0 Domande
6 Risposte

RANK
5.059
of 300.369

REPUTAZIONE
10

CONTRIBUTI
0 Domande
6 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
3

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.436

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

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

oltre 11 anni fa | 1

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

oltre 11 anni fa | 1

| accettato

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

oltre 11 anni fa | 0

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

oltre 11 anni fa | 1

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

oltre 11 anni fa | 0

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

oltre 11 anni fa | 0