Is there a constructor that can convert the list into cell array in the VB code when using the component built using MATLAB Builder NE 2.2.2 (R2008a)?

1 view (last 30 days)
I would like to know if there is a MWCellArray constructor method that can take a list as an input and create a Cell Array from it.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
The MWCellArray constructor method that can create a cell array with a list input is not available in MATLAB Builder NE 2.2.2 (R2008a)
To work around this issue, you will have to use a FOR loop and store the values manually into a MWCellArray object from the list.

More Answers (0)

Categories

Find more on MATLAB Compiler SDK in Help Center and File Exchange

Tags

No tags entered yet.

Products


Release

R2008a

Community Treasure Hunt

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

Start Hunting!