why does strel failed in MATLAB Coder
이전 댓글 표시
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?
답변 (1개)
Pratheek Punchathody
2020년 11월 23일
편집: Pratheek Punchathody
2020년 11월 23일
0 개 추천
strel supports the generation of C code (requires MATLAB® Coder™). However,
- 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.
카테고리
도움말 센터 및 File Exchange에서 MATLAB Coder에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!