help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: matrice operation


From: Paul Kienzle
Subject: Re: matrice operation
Date: Wed, 18 Dec 2002 07:43:19 -0500

----- Original Message ----- 
From: "Kristiadi Himawan" <address@hidden>
To: <address@hidden>
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,    
> >--<Kristiadi Himawan>--<
> 
> 
> 
> -------------------------------------------------------------
> 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
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]