Path: news.mathworks.com!not-for-mail
From: "huda nawaf" <halmamory@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: booking parts of program
Date: Fri, 17 Aug 2007 12:22:43 +0000 (UTC)
Organization: Babylon
Lines: 30
Message-ID: <fa43uj$118$1@fred.mathworks.com>
References: <fa3lf3$bt7$1@fred.mathworks.com> <fa3n35$st3$1@fred.mathworks.com>
Reply-To: "huda nawaf" <halmamory@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 1187353363 1064 172.30.248.38 (17 Aug 2007 12:22:43 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 17 Aug 2007 12:22:43 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1077087
Xref: news.mathworks.com comp.soft-sys.matlab:424288


"us " <us@neurol.unizh.ch> wrote in message <fa3n35$st3
$1@fred.mathworks.com>...
> huda nawaf:
> <SNIP wants to book the bad guys to put them into a 
cell...
> 
> > how I can booking  part from my program in matlab...
> > I know if there is one expression I do % but if there 
are 
> > more such as 20 expressions...
> 
> well, if(f) i understand your use of <booking> 
correctly, 
> you may be interested in the <comment block> syntax
> 
> % copy/paste/run this sequence
>      a=1
> %{
>      b=2
>      c=3
> %}
>      d=4
> 
> us
hi us,
thanks
I copied and pasted this sequence but it didn't work.
I mean when I executed  it ,the values of b and c  
appeared in command window.