How to use "extractBetween" function with FEVAL in TLC code in R2016b?
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Texas Instruments C2000 Processors in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!