How to convert Matlab scatterplot axis to display pixels
显示 更早的评论
I am drawing a circle via scatterplot and it plots it in the form of arbitrary units. I want those units to be in pixels so I can run some further algos on them. Imdistline doesn't do much as it only displays the distance in terms of the arbitrary units.
采纳的回答
更多回答(1 个)
Walter Roberson
2017-2-10
编辑:Walter Roberson
2017-2-12
0 个投票
You can set the axes Units property to Pixels and set an appropriate Position after that.
This will not affect algorithms though. It would perhaps make it slightly easier to use the figure CurrentPoint property, but normally you would use the axes CurrentPoint property anyhow.
3 个评论
Waleed Khalid
2017-2-27
编辑:Waleed Khalid
2017-2-27
Walter Roberson
2017-2-27
It is not clear which coordinates you want. Axes position coordinates are always relative to the figure, but perhaps you are wanting to make them relative to the screen.
Waleed Khalid
2017-4-3
类别
在 帮助中心 和 File Exchange 中查找有关 Image Arithmetic 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!