help-octave
[Top][All Lists]
Advanced

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

Re: trasform matrix in linear vector


From: Ian McCallion
Subject: Re: trasform matrix in linear vector
Date: Fri, 7 Jun 2019 20:49:34 +0200

On Fri, 7 Jun 2019 at 20:27, LucaLuca via Help-octave
<address@hidden> wrote:
>
> hi,
> i've this matrix:
>
> a=[2 3 4;5 6 7;4 5 6;1 5 1]
>
> i want to get it:
>
> 2 3 4 5 6 7 4 5 6 1 5 1
>
> i't possible to automate it  ?

a'(:)'

Cheers... Ian



reply via email to

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