[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to view the results "Columns 1 through 8:" Text
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: How to view the results "Columns 1 through 8:" Text |
Date: |
Tue, 16 Jul 2013 10:17:21 -0400 |
On 16 July 2013 02:17, Tobal <address@hidden> wrote:
> Hi, if i execute something command as for instance:
>
> dg = diff(XR)./diff(XL)
>
> Octave prints all this output:
>
> dg =
>
> Columns 1 through 8:
>
> 0.33959 0.35045 0.35442 0.35584 0.35635 0.35654 0.35660
> 0.35662
>
> Columns 9 through 13:
>
> 0.35663 0.35664 0.35664 0.35664 0.35664
>
>
> Is there anyway to change this one by that output?
>
> dg =
> 0.33959 0.35045 0.35442 0.35584 0.35635 0.35654 0.35660
> 0.35662
> 0.35663 0.35664 0.35664 0.35664 0.35664
Type "format free" or "split_long_rows(0)".
HTH,
- Jordi G. H.