Change the data labels for the cursor measurements to match the type of data in the matrix.
setCursorDataLabels(scope,["Hz","Sec","db/Hz"])
Enable the cursor measurements by selecting the cursor button in the axes toolbar. When you hover over the cursor, the tooltip shows you the data values with the new data labels.
Specify the label names as a three-element string array. The first element
corresponds to the x-data, the second element to the
y-data, and the third element to the matrix value.