how can convert matrix of image from douple to single

 Accepted Answer

If imageDouble is the original image, use
imageSingle = single(imageDouble);

More Answers (0)

Asked:

on 24 Nov 2014

Commented:

on 24 Nov 2014

Community Treasure Hunt

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

Start Hunting!