일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 티스토리
- 한빛미디어
- Pandas
- 서평
- matplotlib
- Python
- 매틀랩
- 딥러닝
- Ga
- 서평단
- 통계학
- MATLAB
- 파이썬 시각화
- Blog
- SQL
- Tistory
- Linux
- 월간결산
- 리눅스
- python visualization
- Visualization
- 텐서플로
- 시각화
- 한빛미디어서평단
- 블로그
- MySQL
- Google Analytics
- 독후감
- tensorflow
- 파이썬
- Today
- Total
목록MATLAB (28)
pbj0812의 코딩 일기
fig1=figure;left=100;bottom=100;width=20;height=500;pos=[left bottom width height];axis offcolorbar([0.1 0.1 0.7 0.8])set(fig1,'outerPosition',pos)
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)
length(dir('*.*')) 결과값에는 파일 갯수보다 +2 만큼의 값이 추가된다. 아마 숨겨진 파일이라던지 시스템 파일이 속해진것으로 보인다....
scrsz=get(0,'screensize');fig1=figure('Position',[ 1 1 scrsz(3) scrsz(4)/2]);
http://endowkim.tistory.com/entry/eval로-순차적인-변수를-만들어-보자eval로 순차적인 변수를 만들어 보자eval로 순차적인 변수를 만들어 보자 eval는 초보자가 이해하기에는 다른 함수보다 약간의 어렵다. 그러나 이것을 잘 이해하고 알아두어야지 조금 ...endowkim.tistory.com
num_file=length(dir('ffi*.nc'));
clear all; clc; close all; wait_time=input('write update time(sec) : ') num_file=textread('G:\2016_대지진\m_file\00__gui\test_empty_data\tsunami.txt'); length_file=size(num_file); length_file=length_file(1); a1=num_file(end,1); a2=num_file(end,2); aaa=(a1~=a2); bbb=(length_file
출처 - matlab을 이용한 해양자료처리(2006, 유학렬)