- All input arguments must be compile-time constants.
- The methods associated with strel objects are not supported in code generation.
- Arrays of strel objects are not supported.
why does strel failed in MATLAB Coder
2 ビュー (過去 30 日間)
古いコメントを表示
Using MATLAB Coder in 2019b, the following line:
se = strel('line',20,85);
that MATLAB Coder is unable to effectively describe:
1.All inputs must be constant.
2.Function call failed
why is Coder having difficulty in strel?
does matlab coder support strel?
0 件のコメント
回答 (1 件)
Pratheek Punchathody
2020 年 11 月 23 日
編集済み: Pratheek Punchathody
2020 年 11 月 23 日
strel supports the generation of C code (requires MATLAB® Coder™). However,
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Computer Vision with Simulink についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!