- Are the requested number of elements the same?
- Are the requested dimension values all non-negative integers?
- If there is a missing dimension, calculate this value and make sure it is an integer.
- Can the result be a shared data copy? (e.g., for a full matrix)
- Will the result need to be a deep data copy? (e.g., for a sparse matrix)
- Etc.
View Reshape Function Code
조회 수: 1 (최근 30일)
이전 댓글 표시
I would like to open and view the code for the reshape function, does anyone have a copy?
댓글 수: 0
채택된 답변
James Tursa
2020년 6월 1일
All it basically does is replace the dimensions with the requested dimensions in the internal variable header. There wouldn't be much to see even if you could see the source code for that part. Most of the code is probably for the checking, e.g.,
댓글 수: 2
isamh
2020년 9월 23일
what if I use reshape with negative decimal values? the output shows all the values but shows all negative values as positive.
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!