viatra / massif

Massif is a Matlab Simulink Integration Framework for Eclipse
https://viatra.github.io/massif/
Eclipse Public License 1.0
19 stars 14 forks source link

#206 Parse mixed cell array data #210

Closed adisandro closed 3 years ago

adisandro commented 3 years ago

This adds parsing for mixed cell arrays (https://www.mathworks.com/help/matlab/matlab_external/data-type-conversions.html). It fixes the IndexOutOfBoundsException in PortAdapter for issue #206.