Meeting with Zoltan 31/03/2015
Minor Tasks:
Rcn = (1/N)* Sigma r(ijk) (C(ijk)/K)
r(ijk) = [i-1, j-1, k-1]dx
dx = voxel length
Currently in main loop, voxels labelled m,n,p as i,j,k coords, use this to create r vector then multiply by concentration at voxel i,j,k.
Try initially using a for loop. Once this is working, look for more elegant solutions?
Minor Tasks:
- Run simulation series for different anisotropies, cell growth rates
- Compare these with papers, values look too high at the moment
- read biology papers for 2. also (if time).
- MATLAB: data structures, functions vs scripts, saving variables and data.
- Plots of series
- Slices corresponding to time points where tumour is in growth region of interest.
- Write code for calculating 'Centre of mass' of tumour.
Rcn = (1/N)* Sigma r(ijk) (C(ijk)/K)
r(ijk) = [i-1, j-1, k-1]dx
dx = voxel length
Currently in main loop, voxels labelled m,n,p as i,j,k coords, use this to create r vector then multiply by concentration at voxel i,j,k.
Try initially using a for loop. Once this is working, look for more elegant solutions?
- Keep data separated from main code, save variables for each differing parameter run in a labelled folder, call these in separate functions.
No comments:
Post a Comment