Cellarray in a dlarray
이전 댓글 표시
Hello, I have a cell array and i want to transform it in a dlarray. Is that possible?
I have to put it in dlfeval and now i have this error:
first input arguments must be a formatted dlarray...
댓글 수: 1
Jan
2021년 4월 15일
This sounds, like the 1st input is not a formatted dlarray. Why does Matlab think, that this is the case? Based on the lean given information the readers have no chance to guess this.
답변 (2개)
Mahesh Taparia
2021년 4월 19일
0 개 추천
Joss Knight
2021년 4월 22일
dlCell = cellfun(@dlarray, myCell, 'UniformOutput', false);
카테고리
도움말 센터 및 File Exchange에서 Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!