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개)

카테고리

도움말 센터File Exchange에서 Scatter Plots에 대해 자세히 알아보기

질문:

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