From help-octave-request at bevo dot che dot wisc dot edu Wed Dec 18 06:43:51 2002 Subject: Re: matrice operation From: Paul Kienzle To: Kristiadi Himawan , help-octave@bevo.che.wisc.edu Date: Wed, 18 Dec 2002 07:43:19 -0500 ----- Original Message ----- From: "Kristiadi Himawan" To: Sent: Tuesday, December 17, 2002 10:05 PM Subject: matrice operation > > I have matrice operation like this : > ex. i have these matrice > 1 2 3 4 > 5 6 7 8 > 9 10 11 12 > 13 14 15 16 > then i want to split into few kind of matrice > ex. > 1 2 or 3 4 or 9 10 or 11 12 or 6 7 8 > 5 6 7 8 13 14 15 16 10 11 12 > 14 15 16 x(1:2,1:2) or x(1:2,3:4) or x(3:4,1:2) or x(3:4,3:4) or x(2:4,2:4) > > Anyone know what kind of command or script to get that kind of > matrice operation ? > > > Best regards, > >----< > > > > ------------------------------------------------------------- > Octave is freely available under the terms of the GNU GPL. > > Octave's home on the web: http://www.octave.org > How to fund new projects: http://www.octave.org/funding.html > Subscription information: http://www.octave.org/archive.html > ------------------------------------------------------------- > ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------