Hey!
I did a kind of "Live View" for my vehicle model in Simulink. Now I dont want the Plot (showing the car drive) to zoom out when the car drives (car will get to small to see anything). Better the window moves with the car so the car is allways in the center of the plot and can´t drive out of it :D
So the question is: how is the code to zoom in the 2D plot?
For example when the car is at x=30 and y=23 and I dont want to see the whole race track like x and y from 0 to 200. I just want the car in a 10 meter "window". So I want to zoom the window to x=25 to x=35 and y=18 to y=28. I bet this is possible with one line of code, but I cant think how.
I hope you understood my Question and maybe know how to do it. Many thanks to everyone reading this!!
Marius

 Respuesta aceptada

Stephen23
Stephen23 el 17 de Oct. de 2017
Editada: Stephen23 el 17 de Oct. de 2017

1 voto

Simply set the X and Y limits of the axes properties:
set(axes_handle,'Xlim',[...],'YLim',[...])

Más respuestas (0)

Categorías

Más información sobre Data Exploration en Centro de ayuda y File Exchange.

Preguntada:

el 17 de Oct. de 2017

Editada:

el 17 de Oct. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by