Filter löschen
Filter löschen

code generation for array of char*

1 Ansicht (letzte 30 Tage)
michael bronnmann
michael bronnmann am 6 Okt. 2022
Kommentiert: Jiri Hajek am 6 Okt. 2022
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 Kommentar
Jiri Hajek
Jiri Hajek am 6 Okt. 2022
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

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu External Code Integration finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by