Opened 15 years ago
Last modified 15 years ago
#779 closed task
New built-in function to replace values of cells in a matrix — at Version 1
Reported by: | Víctor de Buen Remiro | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | highest | Milestone: | Mantainance |
Component: | Various | Version: | |
Severity: | blocker | Keywords: | |
Cc: |
Description (last modified by )
In some circumstances it's needed a fast way to code and decode contens of matrices.
Matrix MatReplace(Matrix data, Matrix old, Matrix new)
This function sholud replace in arbitrary matrix 'data' all occurrences of cell given in column matrix 'old' by corresponding cell in column matrix 'new', having obviously the same dimensions that 'old'.
CAUTION!: 'old' cannot have repeated cells
Change History (1)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Status: | new → accepted |
Note: See
TracTickets for help on using
tickets.