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
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.