How to do slice timing on SPM

3 visualizzazioni (ultimi 30 giorni)
Dell
Dell il 22 Dic 2018
Commentato: Walter Roberson il 22 Dic 2018
Hi,
When we have interleaved acquisition, how can we do to make a good slice order?
And how can we do to choose a slice reference if we have 44 slices and TR=3s.
What is the goal of this vector and how can we use it??
slice_order=[];
for k=1:round(sqrt(nslices))
slice_order=[slice_order k:round(sqrt(nslices)):nslices];
end
  1 Commento
Walter Roberson
Walter Roberson il 22 Dic 2018
You appear to be asking a question about the SPM package, rather than a question about MATLAB.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Graphics Object Programming in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by