フィルターのクリア

how can i place multiple sensors on an image?

1 回表示 (過去 30 日間)
HAtice
HAtice 2016 年 3 月 14 日
編集済み: HAtice 2016 年 3 月 14 日
ı 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