Replace simulink sincos block with embedded optimized simultaneous sin/cos function (Code Replacement Library)

I want the simulink block sincos to map to my microcontroller optimized simultaneous sin and cosine routine. The C function is:
void sincos(float32 radian, float32* PtrSin, float32* PtrCos);
Is there a problem in that the function return is void, and that the results are returned as pointers in the function arguments? Do I need to use createAndAddConceptualArg, createAndSetCImplementationReturn, and createAndAddImplementationArg? If so, what parameters should I pass to these matlab functions?
Thanks

回答(0 个)

类别

帮助中心File Exchange 中查找有关 Simulink Coder 的更多信息

提问:

2013-3-19

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by