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
- 서평
- Linux
- 통계학
- Google Analytics
- 한빛미디어서평단
- MATLAB
- 한빛미디어
- 리눅스
- 매틀랩
- Pandas
- SQL
- 월간결산
- 파이썬 시각화
- Visualization
- Ga
- Blog
- 블로그
- 시각화
- 딥러닝
- MySQL
- tensorflow
- 서평단
- 독후감
- python visualization
- Tistory
- Python
- 텐서플로
- matplotlib
- 티스토리
- 파이썬
Archives
- Today
- Total
pbj0812의 코딩 일기
[MATLAB] 이미지와 그래프 겹쳐 그리기 본문
http://stackoverflow.com/questions/3434247/how-do-i-overlap-image-with-a-graph-in-matlab

load madrill % 원숭이 자료 부르기
image(1:480,1:500,X) % 그리기, x는 대문자!
colormap(map) % 그림 제대로 그리기
hold on
plot([1 480], [100 100],'w','LineWidth',2) % 해당 구역에 줄긋기
'ComputerLanguage_Program > MATLAB(OCTAVE)' 카테고리의 다른 글
[MATLAB] contour시 text입력 (0) | 2018.09.03 |
---|---|
[MATLAB] colorbar 저장법2 (0) | 2018.09.03 |
[MATLAB] 폴더 안에 있는 데이터 개수 세기 (0) | 2018.09.03 |
[MATLAB] 피규어 크기 설정(저장크기 X) (0) | 2018.09.03 |
[MATLAB] 플롯에 배경색 입히기 (0) | 2018.09.03 |