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

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

[Octave-bug-tracker] [bug #51728] del2 fails on 1-D input with a vector


From: Roger Jeurissen
Subject: [Octave-bug-tracker] [bug #51728] del2 fails on 1-D input with a vector as spacing
Date: Thu, 17 Aug 2017 08:22:54 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #4, bug #51728 (project octave):

The code snippet that I gave didn't come out as I expected. Here's a new
attempt:

      if(nd==2&&xor(sz(1)==1,sz(2)==1)&&xor(sz(1)>1,sz(2)>1))
        h_new{sz>1}=1;
        h_new{sz==1}=h;
        D=del2(M,h_new{:});
        return
      endif


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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