photo

Brahad Kokad


Last seen: 3 months ago Active since 2023

Followers: 0   Following: 0

Statistics

Feeds

View by

Answered
how to get RGB data from image object generated by imagesc()?
this won't work because rgb_data is same for all 3 channels, thus it'll result in a grayscale image % create the image obje...

1 year ago | 0

Question


how to get RGB data from image object generated by imagesc()?
h = imagesc(X); X is a 2d array of double. h returns an image object which is a rgb colormap weighted by data in X. How can I e...

1 year ago | 3 answers | 0

3

answers