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!