help-octave
[Top][All Lists]
Advanced

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

Re: matrix transformation


From: Paul Campbell
Subject: Re: matrix transformation
Date: Wed, 27 May 2009 09:40:19 -0700

Found a simpler method

A'

http://wiki.aims.ac.za/mediawiki/index.php/Octave:Vectors_and_matrices

On Wed, May 27, 2009 at 3:52 AM, Bertrand Roessli
<address@hidden> wrote:
> Hello,
>
> I would like to transform a matrix like
> e.g.
>
>  1   2   3   1   2   3   1   2   3
>  4   5   6   4   5   6   4   5   6
>  7   8   9   7   8   9   7   8   9
>
> in
>
>  1 2 3
>  4 5 6
>  7 8 9
>  1 2 3
>  4 5 6
>  7 8 9
>  1 2 3
>  4 5 6
>  7 8 9
>
> Is there a simple way to do that?
>
> Thanks in advance
>
> Bertrand Roessli
>
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>



reply via email to

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