sending a graph via email automatically
이전 댓글 표시
when i create a plot, how can i send it automatically via my gmail account? how can i configure this?
답변 (1개)
per isakson
2014년 12월 25일
편집: per isakson
2014년 12월 25일
1 개 추천
댓글 수: 4
AA
2014년 12월 26일
per isakson
2014년 12월 27일
편집: per isakson
2014년 12월 27일
Save it to at file and attach the file to the email.
AA
2014년 12월 27일
per isakson
2014년 12월 27일
편집: per isakson
2014년 12월 27일
sendmail( recipients, subject, message, attachments )
attaches the files listed in the string or cell array attachments.
The fourth input argument, attachments, has been available at least a few Matlab releases back. Which release do you use?
AFAIK: With sendmail it is not possible show a picture in the mail itself (embedded in the message).
카테고리
도움말 센터 및 File Exchange에서 Web Services에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!