how can convert matrix of image from douple to single

2 次查看(过去 30 天)
i have matrix 3D of image need to convert frome douple to singlr

采纳的回答

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

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by