Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
supporting cells for code generation
조회 수: 1 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
답변 (1개)
Walter Roberson
2013년 4월 17일
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)
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!