Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!e9g2000prf.googlegroups.com!not-for-mail
From:  adien_ndutz@yahoo.co.id
Newsgroups: comp.soft-sys.matlab
Subject: create a group and renumbering sequence
Date: Sun, 05 Aug 2007 20:38:51 -0700
Organization: http://groups.google.com
Lines: 16
Message-ID: <1186371531.734719.221120@e9g2000prf.googlegroups.com>
NNTP-Posting-Host: 167.205.22.105
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1186371532 29613 127.0.0.1 (6 Aug 2007 03:38:52 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 6 Aug 2007 03:38:52 +0000 (UTC)
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5,gzip(gfe),gzip(gfe)
X-HTTP-Via: 1.1 cache2.itb.ac.id:8080 (squid/2.5.STABLE12)
Complaints-To: groups-abuse@google.com
Injection-Info: e9g2000prf.googlegroups.com; posting-host=167.205.22.105;
Xref: news.mathworks.com comp.soft-sys.matlab:422528


I have a array which have row and column (6*14) like,
A=[1 2 3 4 5 6; 7 8 9 1 2 3; 4 5 6 7 8 9;1 2 3 4 6 5;1 2 3 4 5 6;1 2 3
4 5 6;1 2 4 6 7 9]
how to named a group of row, like a(1,:) as group one, and a(2,:) as
group2, etc...
they are group as physical cluster...
and next i will renumbering sequence with formula:
logical cluster=renumbering sequence(physical cluster), with
renumbering sequence=[2 3 6 1 5 4]

how i can do that?

thanks...

-adin-