Clear Filters
Clear Filters

how can i place multiple sensors on an image?

1 view (last 30 days)
HAtice
HAtice on 14 Mar 2016
Edited: HAtice on 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?

Answers (1)

Walter Roberson
Walter Roberson on 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!