From: Angelo Gonzalez on
Hi! Is it possible for matlab to read PDF files? i've seen a couple of m-files in file exchange that extracts text, is it possible for matlab to extract an image?

sorry, i just started using matlab. thanks in advance for your insights and/or ideas. :)
From: Walter Roberson on
Angelo Gonzalez wrote:
> Hi! Is it possible for matlab to read PDF files? i've seen a couple of
> m-files in file exchange that extracts text, is it possible for matlab
> to extract an image?

Yes, it is possible. I have no idea how difficult it would be, though. Matlab
is a complete programming language and can do anything that can be done in any
(deterministic) programming language.