TxtMsg Create

버전 1.0.0.0 (19.3 KB) 작성자: Robert M. Flight
GUI generates a function useful for sending text messages from Matlab
다운로드 수: 2.5K
업데이트 날짜: 2007/12/17

라이선스 보기

This GUI takes user information and creates a function that is capable of sending text messages to the provided phone number using the sendmail function in Matlab and a GMail email account. All major North American carriers are included (including Aliant, Telus & Rogers in Canada), however if you can find the texting address for your carrier you may include it directly in the phone number field.

The generated function is able to take a subject and message argument, allowing customization of sent messages.

The function, with GMail account information, password, and phone number is a binary p-file to keep the information hidden. The entered password is also kept hidden while using the GUI.

Each P file function generated is unique according to username, allowing for multiple phone numbers, as well as multiple users on the same machine, although this is not recommended.

Included files are the GUI itself, the mat file containing the text to be used for actually generating the M function, and an example M file that shows the text used to create the P-file function.

Tested using R2007a, Windows XP

인용 양식

Robert M. Flight (2024). TxtMsg Create (https://www.mathworks.com/matlabcentral/fileexchange/17416-txtmsg-create), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Changed the method of saving the resultant file, use binary p-file instead of M-file and mat files