surface2tikz(fighan​dle,filename,vararg​in)

버전 1.6.0.0 (14.2 KB) 작성자: Florian Schneider
Embeds a surface plot in 2D view, potentially involving subplots, into a compilable latex-document.
다운로드 수: 378
업데이트 날짜: 2015/11/4

라이선스 보기

This function creates a high-quality rendered picture of a Matlab picture in top view (view(2)) and exports it consistently to the tikz/pgfplots framework, resulting in a .tex file which can be directly imported into your document. Axis labels, titles, etc. are handled by LaTex, i.e. they are vector graphics and have a consistent font setting.
surface2tikz is able to handle either a single plot or a group of plots created by the subplot function in Matlab.
The treatment of general views (removing the restriction of the view(2) command) is still under development and will be incorporated in a future release.

인용 양식

Florian Schneider (2024). surface2tikz(fighandle,filename,varargin) (https://www.mathworks.com/matlabcentral/fileexchange/52480-surface2tikz-fighandle-filename-varargin), MATLAB Central File Exchange. 검색됨 .

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

받음: export_fig

Community Treasure Hunt

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

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

correctly updating the file

1.5.0.0

bugfixes in the axis handling
added more options

1.1.0.0

Slightly changed the title and added a picture

1.0.0.0