일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 통계학
- 독후감
- 티스토리
- MySQL
- Blog
- python visualization
- Linux
- tensorflow
- Tistory
- 파이썬 시각화
- 파이썬
- 리눅스
- 서평단
- MATLAB
- 딥러닝
- Python
- 한빛미디어
- Visualization
- 서평
- matplotlib
- 월간결산
- 매틀랩
- Ga
- 시각화
- 블로그
- Pandas
- 한빛미디어서평단
- SQL
- 텐서플로
- Today
- Total
목록매틀랩 (33)
pbj0812의 코딩 일기
http://endowkim.tistory.com/entry/eval로-순차적인-변수를-만들어-보자eval로 순차적인 변수를 만들어 보자eval로 순차적인 변수를 만들어 보자 eval는 초보자가 이해하기에는 다른 함수보다 약간의 어렵다. 그러나 이것을 잘 이해하고 알아두어야지 조금 ...endowkim.tistory.com
num_file=length(dir('ffi*.nc'));
exist 사용법 1. exist name2. exist name kind3. A=exist('name','kind') 결과 해석 아래 참조
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, 유학렬)
ex)r = 150; % pixels per inch set(gcf, 'PaperUnits', 'inches', 'PaperPosition', [0 0 1500 700]/r); print(gcf,'-dpng',sprintf('-r%d',r), ['G:\2016_swan\WAVE_KO_2015\result\',num2str(spot),'_month.png']);
datestr(739529 + unix_time/86400,'yyyy-mm--dd HH:MM:SS') ans = 2015-05-03 01:00:00 숫자를 변형하고 싶을때는 datestr(739529 + unix_time/86400 + 원하는 숫자,'yyyy-mm--dd HH:MM:SS') 여기서 +1을 하게 되면 하루가 증가한다. 따라서 1시간을 더하고 싶으면 +1/24를 한다.
앞에 \를 붙인다. m_vec을 만들고 싶으면 m\_vec 입력