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

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

[Octave-bug-tracker] [bug #63025] Variable editor does not show output o


From: Arun Giridhar
Subject: [Octave-bug-tracker] [bug #63025] Variable editor does not show output of find
Date: Wed, 7 Sep 2022 13:22:27 -0400 (EDT)

Update of bug #63025 (project octave):

                  Status:                    None => Confirmed              
        Operating System:       Microsoft Windows => Any                    
                 Summary: find and assignment: variable editor shows only #VAL
=> Variable editor does not show output of find

    _______________________________________________________

Follow-up Comment #2:

Can reproduce on Linux with Octave 8 so changing OS to any and status to
confirmed. Restricted to the GUI variable editor alone. The code is


A = [1 2 3 4];
X = A(A > 2);
Y = find (A > 2);

and see the listing in the variable editor. X shows the values [3,4] and Y
just has "--".

Adding ttl to cc.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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