Unable to Convert Vitdec to C using MATLAB coder
1 回表示 (過去 30 日間)
古いコメントを表示
Yulia M
2019 年 12 月 15 日
回答済み: Darshan Ramakant Bhat
2019 年 12 月 24 日
Hi,
I am new to MATLAB. I am using MATLAB coder to convert Vitdec function to generate C code from it but I am facing the issue with generating the C code. Can anyone tell what might be the issue?
Regards,
Ganesh
3 件のコメント
Markandeya Janaswamy
2019 年 12 月 23 日
Two possibilities:
1) vitdec supports codegen from R2016a onwards. Check that your version of matlab is R2016a or above.
2) You have a local file on your path which is named vitdec.m and does not support codegen
採用された回答
Darshan Ramakant Bhat
2019 年 12 月 24 日
The below documentation page lists the functions supported for code generation :
Additionally you can use coder.screener to know more about codegen compatibility of a function :
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!