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

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

[Octave-bug-tracker] [bug #45143] "Infinite ranges" 1:Inf in Matlab, not


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #45143] "Infinite ranges" 1:Inf in Matlab, not allowed in Octave
Date: Wed, 24 Jun 2015 18:59:35 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0

Follow-up Comment #6, bug #45143 (project octave):

What happens in Matlab for the following?


hi = intmax ('int64');

r1 = (hi-1000):hi;
size (r1)
class (r1)

hi = 2^53;

r2 = (hi-1000):hi;
size (r2)
class (r2)



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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