What's the inverse of squeeze?

21 次查看(过去 30 天)
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