Using SLDV to check compatibility occurs error "Find requres variable sizing"

2 ビュー (過去 30 日間)
Jia Ning
Jia Ning 2016 年 7 月 15 日
回答済み: Arunkumar M 2018 年 11 月 9 日
Hi, I used the same model by generating C code with embedded coder as well. It works without the error. But by using SLDV the function "find" in the model cause the "Find requres variable sizing" error. Why are the "find" function is not compatible with SLDV? How to pass the compatibility check in SLDV if model have "find" function? Thanks.

回答 (1 件)

Arunkumar M
Arunkumar M 2018 年 11 月 9 日
SLDV needs to know the size of all outputs in advance. Hence it can only work with fixed size variables. find function can return variable size output depending on the input. Hence this error. I dont think there is any way around for this by retaining find function.
I guess you can redesign the same logic without using find function.

カテゴリ

Help Center および File ExchangeModel Compatibility についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by