[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #63453] output dimension of cell2mat with empt
From: |
Guillaume |
Subject: |
[Octave-bug-tracker] [bug #63453] output dimension of cell2mat with empty inputs |
Date: |
Thu, 1 Dec 2022 06:37:18 -0500 (EST) |
URL:
<https://savannah.gnu.org/bugs/?63453>
Summary: output dimension of cell2mat with empty inputs
Project: GNU Octave
Submitter: gyom
Submitted: Thu 01 Dec 2022 11:37:17 AM UTC
Category: Octave Function
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Matlab Compatibility
Status: None
Assigned to: None
Originator Name: Guillaume
Originator Email:
Open/Closed: Open
Release: stable
Discussion Lock: Any
Operating System: Any
Fixed Release: None
Planned Release: None
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Thu 01 Dec 2022 11:37:17 AM UTC By: Guillaume <gyom>
I noticed a difference between Matlab and Octave whereby:
octave> cell2mat (cell (0, 1))
ans = [](0x1)
>> cell2mat (cell (0 ,1))
ans =
[]
It seems this difference was introduced in bug #51448. I would vote for the
corresponding change to be reverted for better Matlab compatibility.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63453>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #63453] output dimension of cell2mat with empty inputs,
Guillaume <=