From: M Paheerathan on 20 Jun 2010 23:29 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 20 Jun 2010 23:37 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 21 Jun 2010 00:43 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 21 Jun 2010 00:44 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 21 Jun 2010 07:44 Try calling flipud().
|
Next
|
Last
Pages: 1 2 Prev: demo files in Webinars Next: Help with Plotting Z-depth for given Magnetic Field intensity |