how can i change pixel's data position?
이전 댓글 표시
i read txt file which contains r,g,b information. (r,g,b * 66049) ex.[r1, g1, b1; r2, g2, b2; ...] and then convert as 257,257,3 dimension to draw image.
the problem is when i draw this image, i check information values by using data cursor.
but pixel's information are fixed by vertically. but i want to fix data horizontally [r1 g1 b1 .......r257 g257 b257; r257 g257 b257...]
how can i do this? :(
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!