inputParser does not support code generation, is that true?

3 visualizaciones (últimos 30 días)
sun nan
sun nan el 29 de Nov. de 2015
Respondida: Honglei Chen el 5 de Dic. de 2015
I started to realize an awful lot of my code archive will be rendered useless under the matlab coder. Because simple system functions such as 'inputParser' seems to be mercilessly excluded by the code generator. Can somebody enlighten my woeful heart?

Respuestas (1)

Honglei Chen
Honglei Chen el 5 de Dic. de 2015
It's not supported. However, if you can do your own parsing in a different branch. For example,
if coder.target('MATLAB')
% use inputParser
else
% your parser
end

Categorías

Más información sobre Argument Definitions en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by