Matlab Coder support for object arrays

2 visualizaciones (últimos 30 días)
Joshua Diamond
Joshua Diamond el 31 de Oct. de 2017
Respondida: Michael el 2 de Jun. de 2021
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?

Respuestas (1)

Michael
Michael el 2 de Jun. de 2021
I believe this isn't possible. I think you have to use a cell array of the objects as a work around.

Categorías

Más información sobre MATLAB Coder en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by