array of system objects in Matlab -


is possible create array of system objects in matlab , mex c code?

for example, in c++ can create vector myclass user defined class. possible create equivalent thing in matlab using system objects , build c code?

creating ordinary arrays of system objects not supported. can place them in cell arrays. code generation c code or mex file not support array of classes. if can give more detail on trying array of objects can try see whether there alternate approaches solve problem.


Comments

Popular posts from this blog

html - height not adding height to a empty div -

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -