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

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

[Octave-bug-tracker] [bug #49283] Cell array: error compared to Matlab


From: Steven Weinberg
Subject: [Octave-bug-tracker] [bug #49283] Cell array: error compared to Matlab
Date: Thu, 6 Oct 2016 13:47:45 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

URL:
  <http://savannah.gnu.org/bugs/?49283>

                 Summary: Cell array: error compared to Matlab
                 Project: GNU Octave
            Submitted by: wstevena
            Submitted on: Thu 06 Oct 2016 01:47:43 PM GMT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: wstevena
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.3
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Octave:

out=[];
zz = num2cell([1 2]);
out = [out; 'xxx' zz]

error: vertical dimensions mismatch (1x1 vs 1x3)

Matlab:


out = [out; 'arg' zz]


out = 

    'arg'    [1]    [2]





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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