From: "Ofek Shilon" <ofek@REMOVETHISananas-music.com>
Path: news.mathworks.com!newsfeed-00.mathworks.com!webcrossing
Newsgroups: comp.soft-sys.matlab
Subject: Re: Out of memory- Try to read dicom file
Message-ID: <ef4915a.0@webcrossing.raydaftYaTP>
Date: Fri, 22 Dec 2006 15:48:52 -0500
References: <ef4915a.-1@webcrossing.raydaftYaTP>
Lines: 12
NNTP-Posting-Host: 84.108.217.3
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Xref: news.mathworks.com comp.soft-sys.matlab:384956



try and debug-step dicomread as you run it. where *exactly* does it
break? (step-in as needed)

 merdim wrote:
>
>
> Hi all,
> I have a dicom file which is 258MB. When I try to read this file
> using "dicomread" comand, matlab gives error "Out of memory ". I
> increased virtual memory of windows but this did not work. Does
> anyone have any idea how can I read the dicom file?
> thank you