Without writing labtalk code, you can use the matrix set values dialog to do so. 1. open the dialog from Matrix menu->Set Values 2. enter the following expression
cell(i, j)<0.8?NA():cell(i,j)
Basically this set all cells < 0.8 to missing values.
Without writing labtalk code, you can use the matrix set values dialog to do so. 1. open the dialog from Matrix menu->Set Values 2. enter the following expression
cell(i, j)<0.8?NA():cell(i,j)
Basically this set all cells < 0.8 to missing values.