I want to put multiple plots to one figure windows and when I click one of these it will be open on separate window. Is there any predefined function to do that or what is the trick that makes possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes you can to this, you need to define a callback-function that does what you want and then set the
axespropertyButtonDownFcnequal to this callback.With regards to creating a new
Figurethat contains a copy of theaxesyou clicked on, a function like this should work: