UISWITCHRENDERER

버전 1.1.0.0 (2.64 KB) 작성자: Elmar Tarajan
UISWITCHRENDERER adds a pushtool to the figure toolbar for the direct renderer choosing.
다운로드 수: 1.6K
업데이트 날짜: 2010/1/22

라이선스 보기

Two reasons to set the renderer yourself are
* To make your printed or exported figure look the same as it did on the
screen. The rendering method used for printing and exporting the figure
is not always the same method used to display the figure.

* To avoid unintentionally exporting your figure as a bitmap within a vector
format. For example, high-complexity MATLAB plots typically render using
OpenGL or Z-buffer. If you export a high-complexity figure to the EPS or
EMF vector formats without specifying a rendering method, either OpenGL or
Z-buffer might be used, each of which creates bitmap graphics. Storing a
bitmap in a vector file can generate a very large file that takes a long
time to print. If you use one of these formats and want to make sure that
your figure is saved as a vector file, be sure to set the rendering method
to Painter's.

UISWITCHRENDERER
adds the pushtool to the current figure.

UISWITCHRENDERER(hFig)
adds the pushtool to the figure with handle hFig.

UISWITCHRENDERER('auto')
adds the pushtool to the each new created figure automatically.

UISWITCHRENDERER('remove')
remove the automatically adding of pushtools for new figures.

See also: ALWAYSONTOP (in FileExchange)

인용 양식

Elmar Tarajan (2024). UISWITCHRENDERER (https://www.mathworks.com/matlabcentral/fileexchange/19352-uiswitchrenderer), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

updated version 1.2v

1.0.0.0