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

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

[Octave-bug-tracker] [bug #57327] variable editor: "Variable from select


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #57327] variable editor: "Variable from selection" doesn't work on a struct field
Date: Fri, 29 Nov 2019 17:06:37 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0

Update of bug #57327 (project octave):

                  Status:                    None => Confirmed              
                 Release:                   5.1.0 => dev                    
        Operating System:               GNU/Linux => Any                    

    _______________________________________________________

Follow-up Comment #1:

Confirmed with dev tip of Nov. 26 on Windows 7.

First and second select action in bug report:

>> s.a = 101; s.b = 201
s =
  scalar structure containing the fields:
    a = 101
    b = 201

>> unnamed = s(2, 1)

error: s(2,_): but s has size 1x1
>>


3rd select action:

>> unnamed = s(1, 1)

unnamed =
  scalar structure containing the fields:
    a = 101
    b = 201


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57327>

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




reply via email to

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