help-octave
[Top][All Lists]
Advanced

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

Weird situation with array (matrix) generation


From: Small Planet Airlines
Subject: Weird situation with array (matrix) generation
Date: Wed, 06 May 2015 07:27:11 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

Hello.
Just take a look:

>> a = 1 : 1 : 10
a =

    1    2    3    4    5    6    7    8    9   10

>> b = 1 : 0.1 : 2
b = [](1x0)
>>

Why  second element is empty?

reply via email to

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