Displaying 3 results from an estimated 3 matches for "oweida".
2008 Mar 27
1
Extracting single output data into a vector or matrix
I've been struggling to do the following:
After a lengthy computation, I receive an output along the lines of the list below.
This list has 41 values and is not the end of my computations. I have another computation to do on the list below, but in this final computation the list is supposed to be a vector.
I've tried to assign the list below to a data frame and then extract it, but
2008 Jun 09
1
nonlinear fitting on many voxels
After many months, I am now banging my head against the wall because I can't find a solution to this seemingly trivial problem. Any help would be appreciated:
I am trying to apply a nonlinear fitting routine to a 3D MR image on a voxel-by-voxel basis. I've tested the routine using simulated data and things went well. As for the real data, the fitting routine
2008 Mar 27
0
Extracting output data into a vector or matrix
I've been struggling to do the following:
After a lengthy computation, I receive an output along the lines of the list below.
This list has 41 values and is not the end of my computations. I have another computation to do on the list below, but in this final computation the list is supposed to be a vector.
I've tried to assign the list below to a data frame and then extract it, but