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일

0 개 추천

y=rand(24000,1)
x=reshape(y,150,160)
out=x(:)

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Elementary Math에 대해 자세히 알아보기

질문:

2016년 4월 19일

편집:

2016년 4월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by