Community Profile

photo

Daniel


Microsoft Corp

自 2011 起处于活动状态

统计数据

  • First Review

查看徽章

Content Feed

排序方式:

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

12 years 前 | 0

提问


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

12 years 前 | 2 个回答 | 0

2

个回答

已回答
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() ...

12 years 前 | 0

已回答
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() ...

12 years 前 | 0

提问


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

12 years 前 | 6 个回答 | 0

6

个回答