import in Scilab of a HDF5-format file obtained by MSconvert from a raw-format mass spectrum
x = mz_hdf5tosci(hdf5_file)
a HDF5-file obtained by MSconvert from a raw-file
a scilab structure with two fields:
- xdata.tim contains the retention times;
- xdata.mzdata is a list of length the number of retention times; each element is a matrix of two columns: the m/z and the signals.