Matlab Coder support for object arrays
显示 更早的评论
Wondering if MATLAB Coder supports object arrays. I'm looking to convert some of my code (for a chess program), which includes object arrays, to C++ for performance reasons. Based on the documentation, it appears that it doesn't. But this suggests to me that 2017b may?
If not, does anyone know of a workaround?
回答(1 个)
Michael
2021-6-2
0 个投票
I believe this isn't possible. I think you have to use a cell array of the objects as a work around.
See this answer: Limitation on arrays of objects with matlab coder
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Coder 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!