Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
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?

Respuesta aceptada

Walter Roberson
Walter Roberson el 24 de Feb. de 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

Más respuestas (0)

Categorías

Más información sobre Function Creation en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by