Help on commend 'cla' for axes on GUI

2 views (last 30 days)
Hi everyone,
On my GUI there is a axes called as axes1 and I added ButtonDownFcn to axes1. After some plot I want to clear the plots and than replot them hence I used cla commend. However, cla commends not only deletes all plots but also all events. (Also hold off gives the same resault)
On the other hand, I tried deleting plots by using delete function but while re-deleting Matlab gives error.
Re-adding events to axes1 is possible but it will be very time consuming since ButtonDownFcn is not only event that axes1 handles. Any suggestion to this problem.
To sum up, I am looking for a function which clear plots on axes1 but not other properties.
  1 Comment
Jan
Jan on 4 Apr 2012
The question is not clear. Wich error message do you get and what is "re-deleting"? What kind of "events" do you add?
Please post the relevant part of the code and ask a specific question. It is complicated to answer vague questions, because one cannot suggest a specific improvement.

Sign in to comment.

Accepted Answer

Volkan Kandemir
Volkan Kandemir on 4 Apr 2012
Now cla command is working properly. Maybe I forgot to delete one off the hold off command.

More Answers (0)

Categories

Find more on Specifying Target for Graphics Output in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!