SR
SR
Hi, Matlab now has a [niftiread ](https://uk.mathworks.com/help/images/ref/niftiread.html) function. I tried replacing `volume = read_avw(volPath);` in trk_demo.m with `volume = niftiread(volPath);` and it seems to be working fine. Please can you...
Hi, I have an object representing a tissue model. Rather than creating an entire structure of objects, I have specified a periodic boundary with just one cylinder object inside it....
Hi, Could you please point me to the lines in the code where the proability of reactions are calculated? I have the probability values and need to compute the reaction...