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

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

[Octave-bug-tracker] [bug #54576] MATLAB inconsistency when assigning to


From: Ceral Paquet
Subject: [Octave-bug-tracker] [bug #54576] MATLAB inconsistency when assigning to nonexistent variable using subsref (:)
Date: Sun, 26 Aug 2018 14:07:50 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

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

Cell array: same thing.

>> c{:}=1:10;
>> whos
  Name      Size            Bytes  Class     Attributes

  a         1x10               80  double              
  b         1x10               80  double              
  c         1x1               192  cell  



>> c{:}=1:10;
error: invalid dimension inquiry of a non-existent value



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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