Why am I unable to use the ITEM property of the MWCellArray in C# code by using dot operator while using a component built using MATLAB Builder NE 3.0 (R2008b)?
Show older comments
I referred to the following for MWCellArray properties of MATLAB Builder NE 3.0 (R2008b):
web([docroot '/toolbox/dotnetbuilder/MWArrayAPI/HTML/MathWorks.MATLAB.NET.Arrays.MWCellArrayProperties.html'])
In the C# project, I use MWCellArray object. All the properties in the documentation above are accessible through dot opertor as follows; however, only the item property cannot be used as other properties:
mwca.IsCellArray; //where mwca is the MWCellArray object.
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB Compiler SDK in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!