how can i create code that triggers message automatically to mobile when test strips picture is uploaded

2 visualizaciones (últimos 30 días)
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

Respuesta aceptada

Shruti Shivaramakrishnan
Shruti Shivaramakrishnan el 12 de Jun. de 2017
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!

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by