What's the inverse of squeeze?
27 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
parslee
el 19 de En. de 2022
Respondida: Matt J
el 19 de En. de 2022
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;
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!