From: M Paheerathan on
I loaded the image to MATLAB GUI, the Image (0,0) is at Top-Left corner.
I would like to make it at bottom left corner.

How to do it?

Could you please help me?



Thanks,

Best Regards,
Paheerathan
From: Walter Roberson on
M Paheerathan wrote:
> I loaded the image to MATLAB GUI, the Image (0,0) is at Top-Left corner.
> I would like to make it at bottom left corner.
>
> How to do it?

If you are not currently using

axis image

then try that. If you _are_ currently using axis image, try

axis equal
From: M Paheerathan on
Dear Walter Roberson,

The problem is

In the GUI define axis, origin is at bottom left corner,
but when I load a bmp or JPG to that axis, the origin of the Image (bmp/jpg) is at Top left corner

How to tackle this?


Regards,
Paheerathan
From: M Paheerathan on
Dear Walter Roberson,

The problem is

In the GUI define axis, origin is at bottom left corner,
but when I load a bmp or JPG to that axis, the origin of the Image (bmp/jpg) is at Top left corner

How to tackle this?


Regards,
Paheerathan
From: ImageAnalyst on
Try calling flipud().