saveaspdf

버전 1.0.0.0 (2.72 KB) 작성자: Laurent S
Save a figure as a clean pdf file ready for publication.
다운로드 수: 527
업데이트 날짜: 2011/7/7

라이선스 보기

Like Matlab's saveas.m, but better:

- Print figures as pdf in their correct dimensions (and not on A4 paper like Matlab does).
- If you prefer, you can specify the size of the printed pdf, independent of its size on screen.
- Optionally increase line thickness and font size for better readability.
- Optionally set figure background color to transparent for use in presentations.

Example:

figure('Name','A sine');
plot(sin(linspace(0,2*pi,100)));
saveaspdf; % Saves 'A sine.pdf' on your Desktop

인용 양식

Laurent S (2024). saveaspdf (https://www.mathworks.com/matlabcentral/fileexchange/32113-saveaspdf), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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