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

1 次查看(过去 30 天)
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?

采纳的回答

Walter Roberson
Walter Roberson 2018-2-24
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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Function Creation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by