フィルターのクリア

What's the inverse of squeeze?

22 ビュー (過去 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 Center および File ExchangeLogical についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by