フィルターのクリア

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

1 回表示 (過去 30 日間)
Sandip Kulkarni
Sandip Kulkarni 2018 年 2 月 24 日
回答済み: Walter Roberson 2018 年 2 月 24 日
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 Center および File ExchangeFunction Creation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by