MATLAB: 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)

MATLAB Builder NE

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.

Best Answer

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.