How to save the proceesed image in the same size as input image
古いコメントを表示
Hi,
I need to save the proceesed image in the same size (width and height) as the input image. I tried below script, but it still saves teh image in the smaller size than the input same.
width=2472;
height=2062;
set(gcf,'position',[x0,y0,width,height])
3 件のコメント
Cris LaPierre
2025 年 5 月 3 日
There is no save command in your code.
MechenG
2025 年 5 月 3 日
MechenG
2025 年 5 月 3 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で White についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!