Latex plotstyle

버전 1.0.63 (4.02 KB) 작성자: Jagadeesh Korukonda
The present code converts standard Matlab figures into Latex style with one click.
다운로드 수: 60
업데이트 날짜: 2023/11/20

라이선스 보기

It is a well written matlab code for converting normal plots into good looking latex plots.
It will work for multiple axes in a single figure at a time.
just call this function after the plot commad.
example
x = -2*pi:pi/100:2*pi;
y1 = sin(x);
plot(x,y1)
plotstyle(gcf)

인용 양식

Jagadeesh Korukonda (2024). Latex plotstyle (https://www.mathworks.com/matlabcentral/fileexchange/134816-latex-plotstyle), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2022b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

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

fixed minor bugs

1.0.62

fixed bugs

1.0.61

fixed marker bugs

1.0.6

fixed minor bugs

1.0.5

fixed minor bugs

1.0.4

Fixed minor bugs.

Now, this code can save figure in multiple formats in one shot.
Added support to apply individual corrections.

1.0.3

Line colors are updated

1.0.2

added support for saving picture in different formats

1.0.01

decription updated

1.0.0