code generation for array of char*

1 次查看(过去 30 天)
Dear all,
lets assume I have a c-function
void myfun(const char* arrayOfStrings[], int numStrings){}
How do I pass a value to "arrayOfStrings" within a MATLAB function block using coder.ceval('myfun', ???, numStrings) ?
I guess its not supprted at all?
Any idea is welcome...
best regards
  1 个评论
Jiri Hajek
Jiri Hajek 2022-10-6
It seems that you can find a hint to help you with this issue in the Tips section of documentation for the ceval function: https://www.mathworks.com/help/simulink/slref/coder.ceval.html

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 External Code Integration 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by