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
- Tistory
- Linux
- MATLAB
- Blog
- 한빛미디어서평단
- Python
- python visualization
- Visualization
- tensorflow
- Pandas
- 한빛미디어
- 매틀랩
- Google Analytics
- 시각화
- 독후감
- 딥러닝
- 티스토리
- 파이썬
- 서평단
- 텐서플로
- MySQL
- SQL
- 서평
- 파이썬 시각화
- 블로그
- matplotlib
- 리눅스
- 월간결산
- Ga
- 통계학
Archives
- Today
- Total
pbj0812의 코딩 일기
[MATLAB] colorbar 크기 설정 본문
fig1=figure;
left=100;
bottom=100;
width=20;
height=500;
pos=[left bottom width height];
axis off
colorbar([0.1 0.1 0.7 0.8])
set(fig1,'outerPosition',pos)
'ComputerLanguage_Program > MATLAB(OCTAVE)' 카테고리의 다른 글
[MATLAB] o플롯시 안쪽 동그라미 색깔 지정 (0) | 2018.09.03 |
---|---|
[MATLAB] colorbar 저장법1 (0) | 2018.09.03 |
[MATLAB] contour시 text입력 (0) | 2018.09.03 |
[MATLAB] colorbar 저장법2 (0) | 2018.09.03 |
[MATLAB] 이미지와 그래프 겹쳐 그리기 (0) | 2018.09.03 |
Comments