P_mni = cs_mri2mni(sMri, P_mri’ .* 1000)’ ./ 1000;
Dear all,
I get a strange results from this code, could you help me?
- I extracted sMri array in the workspace;
- than I create a variable with MRI x y z (in millimeters) value to translate called P_mri.
- than I run the following script…P_mni = cs_mri2mni(sMri, P_mri’ .* 1000)’ ./ 1000;
- Results is an “empty” (no values inside) variable called P_mni;
Whats wrong?
Thank you very much
Luca