how can convert matrix of image from douple to single
1 回表示 (過去 30 日間)
古いコメントを表示
i have matrix 3D of image need to convert frome douple to singlr
0 件のコメント
採用された回答
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!