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

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -