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

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

[Octave-bug-tracker] [bug #49832] operations on double limites are not c


From: Rik
Subject: [Octave-bug-tracker] [bug #49832] operations on double limites are not compatiable to matlab
Date: Tue, 13 Dec 2016 00:37:49 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #49832 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

It's a little too hard to debug what is going on here.  Can you run this
script under Matlab and upload the resulting mat file?


clear all;

A=[-inf -realmax -1 -realmin -eps(0) 0 +eps(0) +realmin +1 +realmax +inf nan];


summ=repmat(A,12,1) +repmat(A',1,12);

subb=repmat(A,12,1) -repmat(A',1,12);

mull=repmat(A,12,1).*repmat(A',1,12);

divv=repmat(A,12,1)./repmat(A',1,12);

poww=repmat(A,12,1).^repmat(A',1,12);

isfin = isfinite(poww))

save tstvar.mat




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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