How to use "extractBetween" function with FEVAL in TLC code in R2016b?
Mostrar comentarios más antiguos
I would like to use the "extractBetween" function in TLC code in R2016b as follows:
%assign test = FEVAL("extractBetween","ABCDSD","A","D")
Doing this I see the error:
"Only double and character arrays can be converted from MATLAB to TLC. This can occur if the MATLAB function does not return a value (see %matlab)"
While using similar other functions in TLC files they are working fine, e.g.
FEVAL("eraseBetween",outport_1,"<",">")
How to workaround this error message?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Texas Instruments C2000 Processors en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!