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 |
Tags
- Linux
- 텐서플로
- MATLAB
- 독후감
- 매틀랩
- Ga
- 파이썬 시각화
- 서평
- 한빛미디어서평단
- MySQL
- 월간결산
- Tistory
- Pandas
- 한빛미디어
- matplotlib
- Blog
- 블로그
- python visualization
- 서평단
- 통계학
- tensorflow
- 파이썬
- Google Analytics
- Visualization
- 시각화
- 리눅스
- Python
- 딥러닝
- SQL
- 티스토리
Archives
- Today
- Total
목록While (1)
pbj0812의 코딩 일기
[MATLAB] while 문을 이용한 조건 두개 예시
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
ComputerLanguage_Program/MATLAB(OCTAVE)
2018. 9. 3. 23:09