How to return from reshape function?

1 次查看(过去 30 天)
Hi all. I reshaped my data matrix y(24000x1) like this:
x=reshape(y,150,160);
I changed some datas of x and I want to return it to y(24000x1). Is there any code to do that?

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2016-4-19
编辑:Azzi Abdelmalek 2016-4-19
y=rand(24000,1)
x=reshape(y,150,160)
out=x(:)

更多回答(0 个)

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by