inputParser does not support code generation, is that true?

10 Ansichten (letzte 30 Tage)
sun nan
sun nan am 29 Nov. 2015
Beantwortet: Honglei Chen am 5 Dez. 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?

Antworten (1)

Honglei Chen
Honglei Chen am 5 Dez. 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

Kategorien

Mehr zu Argument Definitions finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by