Package net.simplace.sim.wrapper.util
Klasse MatlabWorkarounds
java.lang.Object
net.simplace.sim.wrapper.util.MatlabWorkarounds
Some workarounds needed by the Matlab scripts to access SimplaceWrapper
- Autor:
- Gunther Krauss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Object[][]unpackArraylists(Object[][] obj) Converts array lists to arrays As Matlab can not pass an array to an object, it passes it as a list.
-
Konstruktordetails
-
MatlabWorkarounds
public MatlabWorkarounds()
-
-
Methodendetails
-
unpackArraylists
Converts array lists to arrays As Matlab can not pass an array to an object, it passes it as a list. This function converts the list back to an array.- Parameter:
obj- twodimensional Object array that might contain lists- Gibt zurück:
- Object array where lists have been converted to Arrays
-