Path: news.mathworks.com!not-for-mail
From: "us " <us@neurol.unizh.ch>
Newsgroups: comp.soft-sys.matlab
Subject: Re: booking parts of program
Date: Fri, 17 Aug 2007 08:43:17 +0000 (UTC)
Organization: Universit&#228;tsSpital Z&#252;rich
Lines: 19
Message-ID: <fa3n35$st3$1@fred.mathworks.com>
References: <fa3lf3$bt7$1@fred.mathworks.com>
Reply-To: "us " <us@neurol.unizh.ch>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1187340197 29603 172.30.248.37 (17 Aug 2007 08:43:17 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 17 Aug 2007 08:43:17 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 11
Xref: news.mathworks.com comp.soft-sys.matlab:424254


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