inputParser does not support code generation, is that true?

6 ビュー (過去 30 日間)
sun nan
sun nan 2015 年 11 月 29 日
回答済み: Honglei Chen 2015 年 12 月 5 日
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?

回答 (1 件)

Honglei Chen
Honglei Chen 2015 年 12 月 5 日
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

カテゴリ

Help Center および File ExchangeArgument Definitions についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by