how can i place multiple sensors on an image?

1 次查看(过去 30 天)
ı 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?

回答(1 个)

Walter Roberson
Walter Roberson 2016-3-14
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