Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

supporting cells for code generation

1 Ansicht (letzte 30 Tage)
Babak
Babak am 16 Apr. 2013
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Do MATLAB compiler and MATLAB Builder NE support cell type variables?
I'm asking because I just found out MATLAB coder doesn't support cells and I guess Simulink and Embedded coders wouldn't either... I've used cells in most of my MATLAB scripts/functions and GUI (like tables in GUI) and want to use Builder NE to create dll.

Antworten (1)

Walter Roberson
Walter Roberson am 17 Apr. 2013
MATLAB Compiler does support cell data type.
MATLAB Compiler supports all of the built-in MATLAB datatypes (including classes.) (Symbolic variables are not handled but they are not really built-in)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by