Email Using Matlab
1 view (last 30 days)
Show older comments
Hi, I have a small data matrix (2 x 3) which I want to display in the body of an email message to be sent out via matlab. Is there a way to accomplish this? Thanks.
0 Comments
Accepted Answer
Thomas
on 16 Apr 2012
You send emails from matlab using the sendmail command.
doc sendmail
not sure if you can send variables directly from workspace.. However you could save the variables as a *.mat file and definitely attach the *.mat file in the email..
More Answers (1)
See Also
Categories
Find more on Web Services in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!