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일

0 개 추천

Where M is your array:
N = permute(M,[1,2,4,3])

추가 답변 (0개)

카테고리

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

질문:

M
M
2023년 11월 29일

답변:

2023년 11월 29일

Community Treasure Hunt

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

Start Hunting!

Translated by