how can i create code that triggers message automatically to mobile when test strips picture is uploaded
조회 수: 4 (최근 30일)
이전 댓글 표시
sri lakshmi priya pedapati
2017년 5월 31일
댓글: sri lakshmi priya pedapati
2017년 6월 14일
Hi team, I am a biomedical student doing a research. By using MATLAB i'm trying to design a strip of universal pH meter. i have pictures of 14 colors for every pH level and i wanted to give each strip values from 1 to 14. so that when the test strip picture is uploaded in MATLAB. It should automatically match the closet color value and trigger a message to mobile with that particular pH level. i got a code from online that triggers message to mobile. could someone give me an idea how to write the code step wise. and how it works.
Thanks in Advance priya
댓글 수: 0
채택된 답변
Shruti Shivaramakrishnan
2017년 6월 12일
You could use the "Image Acquisition Toolbox" to acquire the pictures: https://www.mathworks.com/products/imaq/features.html#app-for-image-and-video-acquisition
Then you could use the "Image processing Toolbox" to identify the individual colors and demarcate them for different functionalities: https://www.mathworks.com/help/images/index.html
https://www.mathworks.com/matlabcentral/answers/257830-given-an-image-with-a-colored-object-in-it-i-need-a-code-to-display-the-name-of-the-colored-object-i
Then you could use the Statistics and Machine Learning Toolbox" to classify them into different categories as required. This should automatically identify your appropriate PH values. https://www.mathworks.com/help/stats/classification.html
As of now I believe that the SMS functionality might not be available. However, you could use the following file-exchange submission(considered third-party): http://www.mathworks.com/matlabcentral/fileexchange/16649-send-text-message-to-cell-phone
or you could send an email using the "sendmail" function: https://www.mathworks.com/help/matlab/ref/sendmail.html
The above documentation links contain examples with code as well as explanations which may prove helpful. Hope this helps!
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Web Services에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!