필터 지우기
필터 지우기

Convert matrix from 3d to 4d?

조회 수: 4 (최근 30일)
M
M 2023년 11월 29일
답변: Stephen23 2023년 11월 29일
How to convert a matrix from size 120*120*20000 to 120*120*1*20000? so I can use this data in CNN because I cant use it in the current form

채택된 답변

Stephen23
Stephen23 2023년 11월 29일
Where M is your array:
N = permute(M,[1,2,4,3])

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Type Conversion에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by