how can convert matrix of image from douple to single

1 view (last 30 days)
i have matrix 3D of image need to convert frome douple to singlr

Accepted Answer

David Young
David Young on 24 Nov 2014
If imageDouble is the original image, use
imageSingle = single(imageDouble);

More Answers (0)

Community Treasure Hunt

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

Start Hunting!