I'm using matrixop to do calculation for both column and row of a 2D matrix. I notice that while there is varcols for column, there is no such function for row. Am I missing something or I have to use matrixtranspose to calculate the variance of rows? I'm using igor pro 6.3.4.1 on win7
You do not need to use MatrixTranspose. You can use simple expressions, e.g.,
MatrixOP/o aa=varcols(inmat^t)
Just remember that in this case aa will have dimensions of (1xrows) of the original data.
A.G.
WaveMetrics, Inc
April 1, 2014 at 02:02 pm - Permalink
April 2, 2014 at 07:15 am - Permalink