Reshape 3 dimensional data in Matlab
    조회 수: 2 (최근 30일)
  
       이전 댓글 표시
    
i have climatic data in the form of x*y*time; i reshaped the data using data1 = reshape(data,[],t); which produced 50400x73; the orignal format was 180x280x73. after replacing the nan values and running my code. i still have the same data as 50400x73. i tried reshaping using reshape(data,[180,280]). but its not working and showing the error [Error using reshape To RESHAPE the number of elements must not change.]
any idea how to reshape the data back to above shape. thanks
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Climate Science and Analysis에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

