Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 독후감
- python visualization
- matplotlib
- Google Analytics
- Pandas
- 한빛미디어
- tensorflow
- Python
- 파이썬
- 시각화
- 딥러닝
- Ga
- 티스토리
- MATLAB
- 리눅스
- SQL
- 한빛미디어서평단
- 통계학
- 서평단
- 매틀랩
- Linux
- 월간결산
- Blog
- MySQL
- 서평
- Tistory
- 텐서플로
- 블로그
- Visualization
- 파이썬 시각화
Archives
- Today
- Total
pbj0812의 코딩 일기
[MATLAB] 그림 파일 저장 크기(사이즈) 지정 본문
ex)
r = 150; % pixels per inch
set(gcf, 'PaperUnits', 'inches', 'PaperPosition', [0 0 1500 700]/r);
print(gcf,'-dpng',sprintf('-r%d',r), ['G:\2016_swan\WAVE_KO_2015\result\',num2str(spot),'_month.png']);
'ComputerLanguage_Program > MATLAB(OCTAVE)' 카테고리의 다른 글
[MATLAB] while 문을 이용한 조건 두개 예시 (0) | 2018.09.03 |
---|---|
[MATLAB] 특수문자표 (0) | 2018.09.03 |
[MATLAB] nc 파일 정보 읽기 (0) | 2018.09.03 |
[MATLAB] unixtime 환산 (0) | 2018.09.03 |
[MATLAB] label, title, text 사용시 언더바(_) 기입 방법 (0) | 2018.09.03 |
Comments