Displaying 1 result from an estimated 1 matches for "subistute".
2008 Sep 09
1
Substitute Values in a Matrix?
Hi,
I'm searching for a function to subistute Values in a Matrix to new Values.
For example: 
old value  new value
1.1             6
1.2             7
.                .
.                .
.                .
1.9             14
2.0             15
and
2.1             15.5
2.2             16
.                .
.                .
2.9...