MATLAB scatter plot pixel position
Afficher commentaires plus anciens
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
1 commentaire
Jon
le 5 Avr 2023
I think you may find the answer here https://www.mathworks.com/matlabcentral/answers/438424-position-of-scatter-points-problem?s_tid=answers_rc1-2_p2_MLT
Réponses (0)
Catégories
En savoir plus sur Scatter Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!