help-octave
[Top][All Lists]
Advanced

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

Re: Displaying values without indicators


From: Ian McCallion
Subject: Re: Displaying values without indicators
Date: Fri, 20 Jul 2018 16:06:48 +0100


x=1:50;
sprintf('%d ',x)

On 20 July 2018 at 11:46, harish3679 <address@hidden> wrote:
Hello guys,

For value x=1:50

Columns 1 through 20:

    1    2    3    4    5    6    7    8    9   10   11   12   13   14   15 
16   17   18   19   20

 Columns 21 through 40:

   21   22   23   24   25   26   27   28   29   30   31   32   33   34   35 
36   37   38   39   40

 Columns 41 through 50:

   41   42   43   44   45   46   47   48   49   50

I just need plain numbers without quotes in between "Columns 41 through 50:"

Any options to do that?


reply via email to

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