이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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 (2026). Latex plotstyle (https://kr.mathworks.com/matlabcentral/fileexchange/134816-latex-plotstyle), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.1 | fixed minor bugs
|
||
| 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.
|
||
| 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 |
