help-octave
[Top][All Lists]
Advanced

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

splitting 1 large row into multiple rows


From: Rick T
Subject: splitting 1 large row into multiple rows
Date: Mon, 24 Oct 2011 12:54:38 -1000

I have 1 large row with hundreds of columns in an array in octave

example of a row:  
540 6.28319 0 538.3 6.26573 0

I would like it to look like this. Every 3rd column move data to next row.

540 6.28319 0 
538.3 6.26573 0

How can I go about doing this? 

Thanks


--


reply via email to

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