Clear Filters
Clear Filters

Defining inline class in function for code generation using matlab coder.

1 view (last 30 days)
I was trying to generate code from a matlab function which loads mat files with inline functions in it. But, there are errors: Found unsupported class for variable using function 'coder.load'. MATLAB class 'inline' found at 'ism.ISM.f_D' is unsupported.
Use the command 'whos -file IceStorage.mat' to view the variables in the MAT file.
Is there a way to define inline functions such that code generation could be completed successfully?

Accepted Answer

Walter Roberson
Walter Roberson on 24 Feb 2018
https://www.mathworks.com/help/coder/ug/matlab-language-features-supported-for-code-generation.html#buznj9a
Inline is not supported, and will never be supported as it is about to be removed from MATLAB

More Answers (0)

Categories

Find more on Function Creation 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!