Matlab Coder: Row Mayor Array Layout
이전 댓글 표시
Hi,
can someone explain me how Matlab Coder define 3D matrix with the row major array layout?
In particular I'm interest in how RGB images are defined. I found this link that explain the most common array layout representation, does Matlab Coder follow the same rules?
답변 (1개)
Rishabh Mishra
2020년 9월 4일
0 개 추천
Hi
The Images in MATLAB are stored in a column major order.
For additional Information on Images & Matrices in MATLAB, refer the links below:
- https://www.mathworks.com/help/images/images-in-matlab.html
- MATLAB Images
- Matrix Indexing
- MATLAB Image Types
Hope this helps.
카테고리
도움말 센터 및 File Exchange에서 MATLAB Coder에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!