Have you already tried to plot the whole matrix and to use just the usual graphical tools to zoom in on it? Or is your matrix too big for that? Igor can handle quite big data objects easily.
Subranging 2D waves ("matrices") in Igor follows the pattern
matrix[p-range][q-range]
or
matrix(x-range)(y-range)
. (NOT
matrix[p-range, q-range]
). It can be used in wave assignments or directly for graphing. This is explained in the documentation.
You can learn more by executing from the command line
Subranging 2D waves ("matrices") in Igor follows the pattern or . (NOT ). It can be used in wave assignments or directly for graphing. This is explained in the documentation.
You can learn more by executing from the command line
or
Wolfgang
March 1, 2010 at 12:32 pm - Permalink
March 1, 2010 at 06:08 pm - Permalink