Feeds
답변 있음
Calling external (C++) static methods
Well, I went ahead and just tried it -- and as it turns out, matlab will generate code that uses a namespace or class, as long a...
Calling external (C++) static methods
Well, I went ahead and just tried it -- and as it turns out, matlab will generate code that uses a namespace or class, as long a...
대략 1년 전 | 0
| 수락됨
질문
Calling external (C++) static methods
coder.ceval(fcn,arg1,arg2) can be used to call external c functions from autocode generated by Matlab Coder. Is there a way ...
대략 1년 전 | 답변 수: 2 | 0
2
답변질문
Is there a way to control codegen function prototypes
Is there any way to see the internals of why codegen decided to define a prototype the way it did? Or to force a particular fu...
1년 초과 전 | 답변 수: 0 | 0
0
답변질문
Is it possible to call parfeval from within a parfor loop
I have a time consuming analysis task I'm trying to speed up, on a beefy workstation with lots of cores. Currently, code const...
거의 2년 전 | 답변 수: 1 | 2
1
답변질문
Equivalent of #define's for matlab coder?
Hello- Is there any way to get matlab coder to not hard code numeric values (magic numbers) in generated code? in particular, ...
대략 12년 전 | 답변 수: 3 | 1