Community Profile

photo

Daniel


Microsoft Corp

Attivo dal 2011

Followers: 0   Following: 0

Contatto

Statistiche

  • First Review

Visualizza badge

Feeds

Visto da

Risposto
mxMalloc vs mxCreate
You mention that "under no circumstances should a mixed-memory-model mxArray be passed back into the MATLAB workspace". As I ...

oltre 12 anni fa | 0

Domanda


mxMalloc vs mxCreate
When talking to compiled Matlab code (not writing a mex file), is there any reason I would ever use mxMalloc or mxCalloc()? Am ...

oltre 12 anni fa | 2 risposte | 0

2

risposte

Risposto
Setting fields of a Matlab struct in C++
I'm OK for now because I got this working using the C versions of the compiled functions, using mxArrays. mxSetFieldByNumber() ...

oltre 12 anni fa | 0

Risposto
Setting fields of a Matlab struct in C++
I think using operator() gives me the same result... if I do this: // Assign field0Value into the struct using operator() ...

oltre 12 anni fa | 0

Domanda


Setting fields of a Matlab struct in C++
I have a compiled Matlab function that takes a structure as input. I'm trying to initialize that structure from C++, using the ...

oltre 12 anni fa | 6 risposte | 0

6

risposte