From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e9cc8b90e75b064d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-23 03:54:11 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.uchicago.edu!yellow.newsread.com!bad-news.newsread.com!netaxs.com!newsread.com!news-out.newsfeeds.com!propagator2-maxim!news-in.spamkiller.net!ken-transit.news.telstra.net!news.telstra.net!news-server.bigpond.net.au!not-for-mail From: Dale Stanbrough Newsgroups: comp.lang.ada Subject: Re: Slice from a matrix? References: User-Agent: MT-NewsWatcher/3.3b1 (PPC Mac OS X) Message-ID: Date: Fri, 23 May 2003 10:52:39 GMT NNTP-Posting-Host: 144.132.47.50 X-Complaints-To: abuse@bigpond.net.au X-Trace: news-server.bigpond.net.au 1053687159 144.132.47.50 (Fri, 23 May 2003 20:52:39 EST) NNTP-Posting-Date: Fri, 23 May 2003 20:52:39 EST Organization: BigPond Internet Services (http://www.bigpond.net.au) Xref: archiver1.google.com comp.lang.ada:37683 Date: 2003-05-23T10:52:39+00:00 List-Id: Harald Schmidt wrote: > My question is how to get a slice from a matrix which I can convert to a > col_vector which does the printing? > > Things like... > > PUT (col_vector(M (1, 1..3))); > > doesn't work. > You can only take slices from 1d arrays. dale