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

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

[Octave-bug-tracker] [bug #49599] doesnt handle well empty assignment


From: anonymous
Subject: [Octave-bug-tracker] [bug #49599] doesnt handle well empty assignment
Date: Mon, 14 Nov 2016 10:37:58 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36

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

                 Summary: doesnt handle well empty assignment
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 14 Nov 2016 10:37:55 AM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:


vec=[1 2 3]

vec(1,false)=[]; %works

empty = [];

vec(1,false)=empty, % returns a dimension mismatch error (3.0.1 or MATLAB
doesn't)




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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