Prev: Can i run my simulink model from my GUI
Next: Area integral over a triangle in MATLAB -- is numerical integration possible?
From: Steven Lord on 21 Mar 2010 20:26 "Jeff " <spREMOVEHITSjeffAT(a)SIGNoptonline.net> wrote in message news:ho31h4$ilv$1(a)fred.mathworks.com... > Rune Allnor <allnor(a)tele.ntnu.no> wrote in message > <6754e674-5e0b-4c25-ac1f-eac1315a1c39(a)33g2000yqj.googlegroups.com>... >> On 20 Mar, 17:46, "Jeff " <spREMOVEHITSjef...(a)SIGNoptonline.net> >> wrote: >> >> doc axes >> >> After the first call to IMAGE, save the current >> axes settings as >> >> ax = axes; >> >> After the subsequent calls, use >> >> axes(ax) >> >> Rune > > Thanks, Rune. > That works. But I still have to reset the axes, using the axes(ax) > command. I'm trying to get them to stay fixed, so they don't have to be > reset at all (and without using 'hold on'). Then change the NextPlot property to 'replacechildren'. Look at the documentation for this property in the Handle Graphics Object Properties documentation for information about what that property value does. -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ |