From: PinkLab on
I am trying to conver the image to double and to correctly scale the image to display.

MyImage = im2double(MyImage)
imshow(MyImage)
axis off
axis image

but every time i run it, it doesn't show me the image, matlab shows me BUSY all the time.

any quick way to convert the loaded image to double please?
From: us on
"PinkLab " <pinklab(a)pinklab.com> wrote in message <hpk6dl$b2a$1(a)fred.mathworks.com>...
> I am trying to conver the image to double and to correctly scale the image to display.
>
> MyImage = im2double(MyImage)
> imshow(MyImage)
> axis off
> axis image
>
> but every time i run it, it doesn't show me the image, matlab shows me BUSY all the time.
>
> any quick way to convert the loaded image to double please?

a hint:

help double;

us
From: PinkLab on
@us, thanks for giving hints. I have already check the hints before which is why i posted for help here.

good working code will be a good help
From: us on
"PinkLab " <pinklab(a)pinklab.com> wrote in message <hpk8jg$b91$1(a)fred.mathworks.com>...
> @us, thanks for giving hints. I have already check the hints before which is why i posted for help here.
>
> good working code will be a good help

what do you mean by
....good working code... (?)...

us
From: PinkLab on
I have poste my code above and any modification or better working code will be helpful