What's the inverse of squeeze?

조회 수: 37 (최근 30일)
parslee
parslee 2022년 1월 19일
답변: Matt J 2022년 1월 19일
Matrix A of 128x1x514 was squeezed and then divide by matrix Y of 1x514.
How can I inverse the squeeze so that matrix A becomes 128x1x514 again?
This is what I have so far:
A = squeeze(A);
A = A./y;

채택된 답변

Matt J
Matt J 2022년 1월 19일
A=reshape(A,128,1,514)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Complex Numbers에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by