Get rid of the white margin in saveas output

버전 1.6.0.0 (1.81 KB) 작성자: E Akbas
MATLAB's saveas pads your figure with a white margin. This m-file is prevents that.
다운로드 수: 4.4K
업데이트 날짜: 2014/6/27

라이선스 보기

This m-file is an alternative to built-in saveas command. It saves your figure without the white box/margin around it.

인용 양식

E Akbas (2024). Get rid of the white margin in saveas output (https://www.mathworks.com/matlabcentral/fileexchange/34024-get-rid-of-the-white-margin-in-saveas-output), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2010b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Printing and Saving에 대해 자세히 알아보기
도움

줌: tightfig(hfig)

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.6.0.0

Bugfix: an error was being produced when figure handle was given as input.

1.5.0.0

Outside legends were not handled correctly. Fixed.

1.4.0.0

Abbreviated author name in the license file.

1.3.0.0

Edited author's name in the m-file.

1.2.0.0

Updated the code to handle multiple axes within a figure, like subplots, colorbars.

1.0.0.0