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
- Matlab
- lowpass filter
- 해외생활
- 됬으면 좋겠네
- Knob Control
- Visual Studio
- ecg
- DSP
- 킹카운티
- 신호처리
- IT
- biosignal
- King County
- 이민
- Window Function
- Issaquah
- Bessel Funciton
- 영상처리
- 매틀랩
- cudnn
- 이사쿠아
- covid19
- 미국 차 구매
- Signal Processing
- Kaiser Window
- c++
- image processing
- User Control
- 차사기
- 미국
Archives
- Today
- Total
목록이메일 (1)
임시 블로그 이름
Matlab에서 gmail 서버 이용 메일 보내기
Matlab에서 gmail 서버 이용 메일 보내는 방법 1. 먼저 다음의 코드를 실행시켜서 환경 설정을 한다. % 메일주소와 비밀번호 입력 mail = '당신의gmail메일주소@gmail.com'; password = '당신의메일암호'; % 환경변수 설정, 웬만해선 수정할 필요 없음 setpref('Internet','E_mail',mail); setpref('Internet','SMTP_Server','smtp.gmail.com'); setpref('Internet','SMTP_Username',mail); setpref('Internet','SMTP_Password',password); props = java.lang.System.getProperties; props.setProperty('mail...
이것 저것
2010. 11. 10. 16:17