Matlab SMS reminder

Let Matlab message you!

You are now following this Submission

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 (2026). Matlab SMS reminder (https://www.mathworks.com/matlabcentral/fileexchange/46598-matlab-sms-reminder), MATLAB Central File Exchange. Retrieved .

Categories

Find more on MATLAB Mobile in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.2.0.0

Update description

1.1.0.0

Usage description

1.0.0.0