Matlab IO 参考文档
1. 读二进制数据 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 function [ out ] = readBin( str, sz , precision) %readBin read data generated by madagascar % % IN: % str: name of input data % sz: size of the input data % precision: precision of the input data % %