net.simplace.sim.wrapper.util.MatlabWorkarounds

Some workarounds needed by the Matlab scripts to access SimplaceWrapper


public class MatlabWorkarounds {
// Public Constructors
public MatlabWorkarounds();


// Class Methods
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.
returns Object array where lists have been converted to Arrays


}