chose a subplot (1 of 9)

1 view (last 30 days)
Max Müller
Max Müller on 8 Aug 2014
Answered: Azzi Abdelmalek on 8 Aug 2014
Hey guys, again 9 subplots.... i want to chose one .... clear the figure and only plot the subplot i have chosen. For now i have a fcn that gets the handle of plot....now i have a handle....how do i go on.

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 8 Aug 2014
set(your_handle,'xdata',0:.1:2,'ydata',sin(0:0.1:2))

More Answers (0)

Community Treasure Hunt

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

Start Hunting!