From: Jessica on
I am using the code below to display a picture:

A=imread('picture.jpg')
image(A)

Is there a way to resize this so that it fills the computer screen?
From: ImageAnalyst on
On May 10, 10:38 pm, "Jessica" <jyorzin...(a)ucdavis.edu> wrote:
> I am using the code below to display a picture:
>
> A=imread('picture.jpg')
> image(A)
>
> Is there a way to resize this so that it fills the computer screen?

---------------------------------------------------------------------

set(gcf, 'Position', get(0,'Screensize')); % Enlarge figure to full
screen.
From: Jessica on
ImageAnalyst <imageanalyst(a)mailinator.com> wrote in message <2457ff08-03df-493c-9316-0f707fb43689(a)37g2000yqm.googlegroups.com>...
> On May 10, 10:38 pm, "Jessica" <jyorzin...(a)ucdavis.edu> wrote:
> > I am using the code below to display a picture:
> >
> > A=imread('picture.jpg')
> > image(A)
> >
> > Is there a way to resize this so that it fills the computer screen?
>
> ---------------------------------------------------------------------
>
> set(gcf, 'Position', get(0,'Screensize')); % Enlarge figure to full
> screen.


Thanks, this was a big help!
 | 
Pages: 1
Prev: wavread 'size' error
Next: scatter