Splitting of 1 coloumn into multiple coloumn

1 次查看(过去 30 天)
I have coloumn which have 98640 number. I want to make 137 coloumn from it and want to pick max. value in each coloumn?

采纳的回答

Adam
Adam 2016-10-12
myMat = reshape( myVec, [], 137 );
maxVals = max( myMat );

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by