how can i change the rgb order?

1 view (last 30 days)
cho min-ae
cho min-ae on 18 Nov 2015
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. i have 257*257 dimension images
------------------------- r1 g1 b1 | |r2 g2 b2 | | | |________________________
but i want to draw
------------------------- r1 g1 b1 r2 b2 g2 | | | | | |_______________________
how can i do this? :(

Answers (0)

Categories

Find more on Convert Image Type in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!