2007-10-29

MATLABでメールを送る方法

○MATLABでメールを送る方法
>> setpref('Internet','E_mail','mail@abc.com')
>> setpref('Internet','SMTP_Server','smtp.abc.com')
>> sendmail('mail_to@abc.com','This is a subject','This is a mail body')

0 件のコメント: