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
- covid19
- User Control
- Visual Studio
- 이민
- 신호처리
- Bessel Funciton
- 이사쿠아
- Kaiser Window
- image processing
- DSP
- 차사기
- Issaquah
- Matlab
- ecg
- King County
- cudnn
- 영상처리
- IT
- 미국 차 구매
- 해외생활
- 미국
- lowpass filter
- Signal Processing
- biosignal
- 매틀랩
- Window Function
- 됬으면 좋겠네
- c++
- 킹카운티
- Knob 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