We can then use the MATLAB reshape function as follows to list the rows in cmat in order as the vector ctext. >> ctext = reshape(cmat', 1, numel(cmat')) ...
確定! 回上一頁