Path: news.mathworks.com!not-for-mail
From: "Bruno Luong" <b.luong@fogale.fr>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Extract an alphabet from a string?
Date: Tue, 22 Apr 2008 21:33:01 +0000 (UTC)
Organization: FOGALE nanotech
Lines: 10
Message-ID: <fullid$f0$1@fred.mathworks.com>
References: <fulk7c$7uv$1@fred.mathworks.com>
Reply-To: "Bruno Luong" <b.luong@fogale.fr>
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 1208899981 480 172.30.248.37 (22 Apr 2008 21:33:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 22 Apr 2008 21:33:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 390839
Xref: news.mathworks.com comp.soft-sys.matlab:464637



"John Chow" <nospam@mathworks.com> wrote in message
<fulk7c$7uv$1@fred.mathworks.com>...

> 
> How can I extract the 2nd alphabet (which is 'b') from the 
> string?  

StrVar(2)

Bruno