History of AFNI updates  

|
April 09, 2020 08:26AM
I took a quick look at the BrikLoad.m source code, and it looks fairly well described there. I think setting Opt.format = vector will do what you want. As Peter said, we haven't really done any updates to this in years. Reshaping in Matlab should also work. Another way is to use 3dmaskdump to dump the values into a text file and then read the text file into Matlab. That's fairly slow though, and you will probably find the other choices more efficient.
Subject Author Posted

Matlab export?

James Waltz April 08, 2020 05:01PM

Re: Matlab export?

Peter Molfese April 08, 2020 06:06PM

Re: Matlab export?

James Waltz April 08, 2020 09:07PM

Re: Matlab export?

Daniel Glen April 09, 2020 08:26AM

Re: Matlab export?

James Waltz April 09, 2020 09:58AM