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
Post a Comment