how can convert matrix of image from douple to single

 채택된 답변

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

추가 답변 (0개)

질문:

2014년 11월 24일

댓글:

2014년 11월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by