how to use dataaspectratio in scatterplot?
Mostrar comentarios más antiguos
Hi all,
I have 2D data collected from two diffrent devices that have data of diffrent dimensions as on the picture below.

Knowing the dimensions of both (indicated above), can I change the aspect ratio of data2 to fit in with dimensions of data1 to avoid the below when plotted together? Thanks
scatter(xsensor_sq(:,3),xsensor_sq(:,7)); hold on
scatter(bts_sq(:,3),bts_sq(:,7));
legend ('data1', 'data2')

Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Annotations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!