- https://www.mathworks.com/help/images/images-in-matlab.html
- MATLAB Images
- Matrix Indexing
- MATLAB Image Types
Matlab Coder: Row Mayor Array Layout
11 ビュー (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (1 件)
Rishabh Mishra
2020 年 9 月 4 日
Hi
The Images in MATLAB are stored in a column major order.
For additional Information on Images & Matrices in MATLAB, refer the links below:
Hope this helps.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!