I want to run the popular N3 algorithm for bias correction to some MRI images. I am looking for any implementation in Matlab but couldn't find any. If not, can somebody recommend me any other suitable software to run it in Windows?
I think Najmeh is correct, most of the tools in CIVET are not available in matlab. If you only want intensity nonuniformity correction in Windows system, using the Bias Field Corrector in BrainSuite is an alternative.
N3 is part of minc tools and is implemented in C. There is also an extension called N4, which is implemented in ITK.
If you want a matlab implementation, SPM has a bias field correction algorithm. It's used in the tools "Segment" and "New Segment" and is based on priors in contrast to N3.