help-octave
[Top][All Lists]
Advanced

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

output wrapping


From: Sean Smith
Subject: output wrapping
Date: Thu, 18 Sep 2003 11:23:54 -0700

I am using vim to run octave commands and when I output an array more than
80 columns wide, the array is wrapped.

:r !echo "fix(rand(2,20)*100)" | octave -q 

Yields

ans =

 Columns 1 through 19:

   6  59   7  83  85   9  39  99  25  35  66  26  82  27  81  81  75  95  95
  26  21  60  75   2  60  86  37   2  17  50  25  69   2  14  26  47  98   0

 Column 20:

  47
  34

How do I prevent the output from being wrapped, like:

ans =

   6  59   7  83  85   9  39  99  25  35  66  26  82  27  81  81  75  95  95
47
  26  21  60  75   2  60  86  37   2  17  50  25  69   2  14  26  47  98   0
34

Thanks for any input.
Sean



-------------------------------------------------------------
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]