tomat.m

来自「Continuous Profile Models (CPM) Matlab T」· M 代码 · 共 12 行

M
12
字号
% function mat = toMat(msdat)%% convert a mass spec cell structure to matrixfunction mat = toMat(msdat)numSamples = length(msdat);[numBins numTimes] = size(msdat{1});mat = reshape(cell2mat(msdat),[numBins numTimes numSamples]);     

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?