octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #42133] Array/vector generator failure [0:0.01


From: anonymous
Subject: [Octave-bug-tracker] [bug #42133] Array/vector generator failure [0:0.01:0.98]
Date: Thu, 17 Apr 2014 09:35:36 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0

URL:
  <http://savannah.gnu.org/bugs/?42133>

                 Summary: Array/vector generator failure [0:0.01:0.98]
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 17 Apr 2014 09:35:35 AM UTC
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Lulamile Mzamo 
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The following input returns wrong results when using the GUI, sometimes. Its
not consistent because sometimes it works but sometimes not. 
a=[0:0.01:0.98] returns a = [](1x0)

Screen dump below:

Debug: Got bus address: 
"unix:abstract=/tmp/dbus-45wn9ZnHyl,guid=3c7cab63236071e08643aaeb534f723c"
Debug: Connected to accessibility bus at: 
"unix:abstract=/tmp/dbus-45wn9ZnHyl,guid=3c7cab63236071e08643aaeb534f723c"
Debug: Registered DEC:  true
Debug: Registered event listener change listener:  true
GNU Octave, version 3.8.1
Copyright (C) 2014 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type 'warranty'.

Octave was configured for "i686-pc-linux-gnu".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/get-involved.html

Read http://www.octave.org/bugs.html to learn how to submit bug reports.
For information about changes from previous versions, type 'news'.

>> a = [0:0.01:0.98]
a = [](1x0)
>> a = [0:1:10]
a =

    0    1    2    3    4    5    6    7    8    9   10

>> a = [0:0.01:0.98]
a = [](1x0)
>>






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?42133>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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