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

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

[Octave-bug-tracker] [bug #53175] Variable Editor: modifying element of


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #53175] Variable Editor: modifying element of cell array doesn't update cell array
Date: Sat, 17 Feb 2018 00:21:30 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

Here's a more direct illustration of the issue.  Type


x = {1:10};
openvar x;


Open the column 1 width enough to see "[1x10 double]".  Now double click the
1,1 cell of x and the x{1,1} table will open.  In the x{1,1} table select
"Transpose" and the contents of the 1,1 cell in x will become "[10x1 double]",
which is correct.  However, in the x{1,1} table expand the number of columns
or rows by typing a zero in a blank cell and the "[10x1 double]" in the x
table will not change.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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