Clear Filters
Clear Filters

how to work on fMRI data in matlab

13 views (last 30 days)
to use matlab for fmri data which toolbox is needed. i am new to matlab. don't have any specific knowledge so need help.

Accepted Answer

Image Analyst
Image Analyst on 30 May 2015
Since it deals with images, I'd make sure you get the Image Processing Toolbox. The Statistics and Machine Learning toolbox, and the Signal Processing Toolbox might also be helpful. Possibly the Computer Vision System Toolbox if you need one of the specialized tools in there, like MSER or SURF.
  5 Comments
Walter Roberson
Walter Roberson on 31 May 2015
As usual, without a copy of the error message there is not much I can do.
Toolboxes are just packages of routines for a common purpose. If the question is whether MATLAB has built in routines specifically designed for working with fMRI, the answer is NO. You could create routines yourself, if you knew enough about fMRI and about computing. I have worked on some myself, a number of years ago, but I was improving routines that an fMRI specialist had written rather than trying to design them myself. It takes a long time to get the routines right and robust enough to be able to give to someone else. Months, up to years. And in the end you have written a toolkit.
ramandeep kaur
ramandeep kaur on 9 Jun 2015
hi Walter Roberson i have learned to use spm12 through manual and used fmri auditory data for data processing. now i want to carry out classification of the data. i have read some papaers related to svm. can u guide me on fmri data classification.

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!