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

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

[Octave-bug-tracker] [bug #63453] output dimension of cell2mat with empt


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #63453] output dimension of cell2mat with empty inputs
Date: Thu, 1 Dec 2022 09:18:38 -0500 (EST)

Update of bug #63453 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

Since Matlab doesn't display the dimensions of empty output, here again to
make the difference clearer.
In Octave 7.3.0:

>> size (cell2mat (cell (0, 1)))
ans =

   0   1


In Matlab R2022a:

>> size (cell2mat (cell (0, 1)))

ans =

     0     0




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63453>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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