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

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

[Octave-bug-tracker] [bug #47794] Built-in function ndims() fails on 3D


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #47794] Built-in function ndims() fails on 3D array
Date: Wed, 27 Apr 2016 22:23:14 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40

Follow-up Comment #1, bug #47794 (project octave):

Works for me with the dev version (4.1.0+) on Windows:

>> a=cat(3,[1 2;3 4])
a =

   1   2
   3   4

>> ndims(a)
ans =  2



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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