From: Ahmed Hussain on
> Hello,
>
> I would like to load a 3D image using DirectX file. Is it possible? Kindly help!
>
> Thank you,
>
> Best Wishes,
>
> Ahmed H.
> CTH-Sweden
From: us on
"Ahmed Hussain" <ahmedhussain85(a)yahoo.com> wrote in message <hmb79o$ra6$1(a)fred.mathworks.com>...
> > Hello,
> >
> > I would like to load a 3D image using DirectX file. Is it possible? Kindly help!
> >
> > Thank you,
> >
> > Best Wishes,
> >
> > Ahmed H.
> > CTH-Sweden

most likely it's possible using ML's low-level io functions such as FOPEN/FREAD/FCLOSE
one would have to know the anatomy of such files...

us