Supported functions not supported for code generation?

2 ビュー (過去 30 日間)
Sam Berg
Sam Berg 2016 年 4 月 12 日
回答済み: Steven Lord 2016 年 4 月 12 日
I am trying to use MATLAB coder to generate a c/c++ standard library. The function uses the hough, houghlines and houghpeaks functions. These functions are all supported for code generation. However when I run the coder, I get issues saying they are not supported for code generation.

回答 (1 件)

Steven Lord
Steven Lord 2016 年 4 月 12 日
Looking at the Image Processing Toolbox Release Notes I see that code generation support for those three functions was added in release R2015b. I'm guessing you're using an earlier release but you were looking at a list of supported functions in the online documentation (which is for the most recent release, currently release R2016a.)

カテゴリ

Help Center および File ExchangeMATLAB Coder についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by