how to remove zeroes and reverse that in a matrix

1 次查看(过去 30 天)
I have considered a matrix with zeros
x=[1 2 3 0
0 0 0 1]
i removed the zeros and the result is
y=[1 2 3 1]
Is it possible to reverse ie obtain x from y..
Please help

采纳的回答

Walter Roberson
Walter Roberson 2013-4-10
No, not unless you have additional information about where the zeros go, and about the shape of the target matrix.
  3 个评论
Image Analyst
Image Analyst 2013-4-10
Sharen: Here's my array [3 5 6 7 2 4 7 1 5]. Can you tell me where the zeros were that I removed? I want you to put them back in the exact spots I took them out of. Do you know where to put them? Hopefully now you understand.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by