Is there any other way to use coder for accumarray() ?

2 ビュー (過去 30 日間)
madhan ravi
madhan ravi 2019 年 8 月 15 日
コメント済み: madhan ravi 2019 年 8 月 15 日
As stated in the documentation there are some limitations to some functions including accumarray(). Is there any other way to feed this function into coder ,if so , how?
accumarray([1,1;2,3;5,5],3,[],[],999) % for example

採用された回答

Mike Hosea
Mike Hosea 2019 年 8 月 15 日
Not in 18b, I think. Support for accumarray was added in 19a, if memory serves.
  3 件のコメント
Mike Hosea
Mike Hosea 2019 年 8 月 15 日
I don't have such a list. I think it would be hard to keep up with and hard to use. Limitations come in different flavors. Even functions that are supported for almost all real world use cases might have a limitation that affects only a rarely-used option. Or you might just have to do something extra, like supplying something explicitly that you previously didn't.
The Code Generation Readiness tool is meant to help people figure out what support is missing.
madhan ravi
madhan ravi 2019 年 8 月 15 日
Thank you :)

サインインしてコメントする。

その他の回答 (0 件)

タグ

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by