No BSD License  

Highlights from
readanalyze.m

5.0

5.0 | 1 rating Rate this file 14 Downloads (last 30 days) File Size: 4.4 KB File ID: #3760

readanalyze.m

by Colin Humphries

 

21 Jul 2003 (Updated 23 Jul 2003)

Read MRI files in the Analyze format.

| Watch this File

File Information
Description

Readanalyze is script used for reading MRI data stored in the Analyze format. As input it takes the name of the file to be loaded. It outputs an n-dimensional matrix with the image data. It will also output the voxel size and datatype of the file being read.

MATLAB release MATLAB 6.5 (R13)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (4)
24 Jul 2003 Urs Schwarz

in your program you mention a web page that no longer exists. this one will show the latest format:
http://www.mayo.edu/bir/PDF/ANALYZE75.pdf

04 Oct 2005 Beatrice Bonfiglio Beatrice Bonfiglio

Your program works very well. Thank you.

28 Nov 2005 willem windig

Works great and saved me a lot of time. I had to add some code to read the masses (it was a maldi MS file). Could easily be added to readanalyze. The code is:
fid=fopen('filename.t2m','r');
mass_list=fread(fid,'single');

25 Oct 2006 farnaz kh

You can alternatively use analyze75read function in Matlab to read in Analyze file formats into Matlab...

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
data import Colin Humphries 22 Oct 2008 07:05:08
data export Colin Humphries 22 Oct 2008 07:05:08
fmri Colin Humphries 22 Oct 2008 07:05:08
mri Colin Humphries 22 Oct 2008 07:05:08
input Colin Humphries 22 Oct 2008 07:05:08
data Colin Humphries 22 Oct 2008 07:05:08
import Colin Humphries 22 Oct 2008 07:05:08
export Colin Humphries 22 Oct 2008 07:05:08
utilities Colin Humphries 22 Oct 2008 07:05:08

Contact us at files@mathworks.com