Klasse MatlabWorkarounds

java.lang.Object
net.simplace.sim.wrapper.util.MatlabWorkarounds

public class MatlabWorkarounds extends Object
Some workarounds needed by the Matlab scripts to access SimplaceWrapper
Autor:
Gunther Krauss
  • Konstruktordetails

    • MatlabWorkarounds

      public MatlabWorkarounds()
  • Methodendetails

    • unpackArraylists

      public static 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. 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