bugGNU Octave - Bugs: bug #63513, does not define the inequality of...

 
 

bug #63513: does not define the inequality of vectors

Submitter:  None
Submitted:  Mon 12 Dec 2022 03:15:21 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Duplicate Assigned to:  None
Originator Name:  Ruslan Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 7.3.0
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 12 Dec 2022 10:50:21 PM UTC, comment #1: 

Duplicate of bug #63512

Rik <rik5>
Group administrator
Mon 12 Dec 2022 03:15:21 PM UTC, original submission:  

clearvars

a(1,1) = 1;
a(2,1) = 3;

b(1,1) = 1;
b(2,1) = 2;

if(a(:,1) != b(:,1)) display('NOT EQUAL') endif

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-12-12 rik5 StatusNone Duplicate
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code