Effacer les filtres
Effacer les filtres

how can i place multiple sensors on an image?

1 vue (au cours des 30 derniers jours)
HAtice
HAtice le 14 Mar 2016
Modifié(e) : HAtice le 14 Mar 2016
ı want to place 8 pressure sensors to a foot image. I will get data from sensors and see on image. How can i do it? how can i plot map graph of the foot?

Réponses (1)

Walter Roberson
Walter Roberson le 14 Mar 2016
You can pass x and y coordinates to image() to control where the image is positioned. So you put up your foot image first, and then you image() the sensor information into the proper x and y coordinates to overlay appropriate parts of the image. You might find it appropriate to supply the AlphaData parameter on the sensor images to blend them a bit with the background.

Community Treasure Hunt

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

Start Hunting!

Translated by