필터 지우기
필터 지우기

How to reshape each column of a matrix?

조회 수: 2 (최근 30일)
kitty varghese
kitty varghese 2018년 2월 28일
답변: Birdman 2018년 2월 28일
I have a matrix of size 262144x243. I want to reshape each column into 512x512. Such that there are 243 matrices of 512x512 size.

채택된 답변

Birdman
Birdman 2018년 2월 28일
reshape(A,512,[],243)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by