일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Google Analytics
- 통계학
- 텐서플로
- 파이썬
- 시각화
- Pandas
- 월간결산
- MySQL
- 한빛미디어
- Visualization
- Blog
- 서평
- MATLAB
- 딥러닝
- SQL
- tensorflow
- Tistory
- 티스토리
- 독후감
- Linux
- matplotlib
- 한빛미디어서평단
- 서평단
- Python
- 리눅스
- 블로그
- 파이썬 시각화
- Ga
- 매틀랩
- python visualization
- Today
- Total
목록분류 전체보기 (596)
pbj0812의 코딩 일기
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)
cmap=jet;cmap=[0 0 0; cmap];colormap(cmap)
http://stackoverflow.com/questions/3434247/how-do-i-overlap-image-with-a-graph-in-matlabHow do I overlap image with a graph in MATLAB?I want to write a software that reads the satellite data from a text file and plots graph for different parameters of the oceans. The i...stackoverflow.com load madrill % 원숭이 자료 부르기image(1:480,1:500,X) % 그리기, x는 대문자!colormap(map) % 그림 제대로 그리기 hold on plot([1 480],..
length(dir('*.*')) 결과값에는 파일 갯수보다 +2 만큼의 값이 추가된다. 아마 숨겨진 파일이라던지 시스템 파일이 속해진것으로 보인다....
scrsz=get(0,'screensize');fig1=figure('Position',[ 1 1 scrsz(3) scrsz(4)/2]);
figure(1)set(gca,'color','k')hold ona=[1 2 3];b=[1 2 3 ];plot(a,b,'r','linewidth',10) 여러 테스트를 거치니set 명령어는 맨 마지막에 하는게 좋아보임.axis 명령어 등을 통하여 피규어의 크기를 바꿀 때 초기화 됨. print 명령어를 썼을때 배경이 저장되지 않는 단점이 있음...우짜지...
ex) a=[1 2 3 ];plot(a,a);resol=100; % 해상도 지정print('-dpng','a3.png',['-r',num2str(resol)])
http://endowkim.tistory.com/entry/eval로-순차적인-변수를-만들어-보자eval로 순차적인 변수를 만들어 보자eval로 순차적인 변수를 만들어 보자 eval는 초보자가 이해하기에는 다른 함수보다 약간의 어렵다. 그러나 이것을 잘 이해하고 알아두어야지 조금 ...endowkim.tistory.com
num_file=length(dir('ffi*.nc'));