Path: news.mathworks.com!not-for-mail
From: "Omid" <omid_dr@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: breakpoint
Date: Sat, 24 Oct 2009 12:05:04 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 1
Message-ID: <hbuqhf$1r$1@fred.mathworks.com>
References: <hbsfj9$t2u$1@fred.mathworks.com> <ffef0484-b25e-4ab4-875c-ac029cbd9a81@m7g2000prd.googlegroups.com>
Reply-To: "Omid" <omid_dr@yahoo.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1256385904 59 172.30.248.38 (24 Oct 2009 12:05:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 24 Oct 2009 12:05:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 953381
Xref: news.mathworks.com comp.soft-sys.matlab:579767


"clear" removes all the variables from the workspace. Actually "clear all" removes all the break points, as well. So consider using "clear" instead of "clear all" if you just want to clear the workspace.