类 MatLabUtil


  • public class MatLabUtil
    extends Object
    • 构造器详细资料

      • MatLabUtil

        public MatLabUtil()
    • 方法详细资料

      • fromMatLabDataType

        public static DataType fromMatLabDataType​(us.hebi.matlab.mat.types.MatlabType matlabType)
        Convert MatLab data type to MeteoInfo data type
        参数:
        matlabType - MatLab data type
        返回:
        MeteoInfo data type
      • fromMatLabArray

        public static Array fromMatLabArray​(us.hebi.matlab.mat.types.Matrix matArray)
        Convert MatLab array to MeteoInfo array
        参数:
        matArray - MatLab array
        返回:
        MeteoInfo Array
      • parseAsciiString

        public static String parseAsciiString​(byte[] buffer)
      • parseAsciiString

        public static String parseAsciiString​(byte[] buffer,
                                              int offset,
                                              int maxLength)