Borrar filtros
Borrar filtros

how can i place multiple sensors on an image?

1 visualización (últimos 30 días)
HAtice
HAtice el 14 de Mzo. de 2016
Editada: HAtice el 14 de Mzo. de 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?

Respuestas (1)

Walter Roberson
Walter Roberson el 14 de Mzo. de 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.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by