MATLAB scatter plot pixel position

Hi all,
I want to know the window pixel positions of the scatter points I plot with scatter.
How is this possible?
clear all
close all
h = scatter([1 2 4], [1 2 4]);
xlim ([0 4])
ylim ([0 4])
axis equal

回答 (0 件)

カテゴリ

質問済み:

2023 年 4 月 5 日

コメント済み:

Jon
2023 年 4 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by