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 |
Tags
- Python
- 텐서플로
- Pandas
- tensorflow
- 시각화
- 서평단
- Linux
- 리눅스
- 월간결산
- Google Analytics
- 블로그
- 파이썬
- 한빛미디어서평단
- Visualization
- 파이썬 시각화
- 서평
- 티스토리
- python visualization
- 통계학
- matplotlib
- Blog
- 딥러닝
- Ga
- MATLAB
- Tistory
- 매틀랩
- SQL
- 한빛미디어
- MySQL
- 독후감
Archives
- Today
- Total
목록text (4)
pbj0812의 코딩 일기
[MATLAB] 그림에 text 넣기(여러줄)
strl(1)={'~'};strl(2)={'~'}text(x좌표,y좌표,strl);
ComputerLanguage_Program/MATLAB(OCTAVE)
2018. 9. 3. 23:25
[MATLAB] 텍스트 글씨 굵게
ex xlabel('\bf{~~~~~~~}') num2str이랑 혼용할때는 '랑 , 잘 이용해서 쓰기
ComputerLanguage_Program/MATLAB(OCTAVE)
2018. 9. 3. 23:24
[MATLAB] contour시 text입력
ex) pcolor(xx,watt,sals)v=[5 10 15 20 25 30]hold oncontour(xx,watt,sals,v,'Showtext','on','Linestyle','--','LineColor','w','LineWidth',4)
ComputerLanguage_Program/MATLAB(OCTAVE)
2018. 9. 3. 23:21