Matlab SMS reminder

Version 1.2.0.0 (822 KB) by Yan Xu
Let Matlab message you!
408 Downloads
Updated 14 May 2014

View License

Are you tired of checking Matlab now and then to see whether the program running is finished? Try Matlab SMS. Let it message you when it is done! The purpose of this application is to remind users of the result of matlab program through SMS messages. It is a java program to send messages to cell phones through google voice with the help of google voice api. Users need to set up google voice account to make it work. If you have any questions or suggestions, feel free to contact me at yansoftwareus@gmail.com.
Usage:
1. Edit the param file param.txt:
First line: google voice account
second line: google voice password
third line: the phone number you want to message

2. In Matlab, invoke the program by:
system(['java -jar MatlabSMS.jar param.txt ',result])
The result is a string (no space) you want to send to your phone.

Cite As

Yan Xu (2024). Matlab SMS reminder (https://www.mathworks.com/matlabcentral/fileexchange/46598-matlab-sms-reminder), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on MATLAB Mobile in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

Update description

1.1.0.0

Usage description

1.0.0.0