How do i bring the user(cursor) to the 1st figure plot out of many figures ?

1 view (last 30 days)
I have 7-8 plots (figures) opened .I want the code to take the User to the 1st plot automatically as soon as all the plots are created .
For example ; now if i have 7 plots created ,normally the cursor takes us to the 7th plot at the end of the code .
But i want it to go to the 1st plot as soon as it is done with the plots .
How do i do this ?
Kindly help me with this
Thank you in advance

Answers (1)

Thorsten
Thorsten on 23 Apr 2019
fig(1)
  1 Comment
Sachin NARAIN
Sachin NARAIN on 23 Apr 2019
i get the 1st figure but after i have finished with the 1st figure , it again goes to the last one .It doesnt go figure 1 , figure 2 , figure 3 and so on .

Sign in to comment.

Categories

Find more on Graphics Objects in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!