[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #63025] find and assignment: variable editor s
From: |
Beppo |
Subject: |
[Octave-bug-tracker] [bug #63025] find and assignment: variable editor shows only #VAL |
Date: |
Wed, 7 Sep 2022 09:21:51 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?63025>
Summary: find and assignment: variable editor shows only #VAL
Project: GNU Octave
Submitter: beppo_dd
Submitted: Wed 07 Sep 2022 01:21:49 PM UTC
Category: GUI
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect Result
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Release: 7.2.0
Discussion Lock: Any
Operating System: Microsoft Windows
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Wed 07 Sep 2022 01:21:49 PM UTC By: Beppo <beppo_dd>
The function +find+ works as express in the command line:
A = [1,2,3,4];
find(A > 2)
gives the expected result:
ans =
3 4
But, we using +find+ in the combination with an assignment:
find(A > 2)
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63025>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #63025] find and assignment: variable editor shows only #VAL,
Beppo <=