How can I convert a vector [256 by 1] into 16 by 16 matrix

조회 수: 1 (최근 30일)
priya h
priya h 2020년 4월 1일
댓글: priya h 2020년 4월 1일
I have a Matrix [256 by 1]. I want convert this matrix in 16 by 16.
How to do this?

채택된 답변

Walter Roberson
Walter Roberson 2020년 4월 1일
reshape(Matrix,16,16)
or in some cases,
reshape(Matrix,16,16).'

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Pulse width modulation (PWM)에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by