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!