From: M Paheerathan on
I would like to edit the Right click menu in the Image (which is loaded in axes in MatLAB GUI.)

Is it possible?

Especially I would like to write my own function for "Reset to original view" right click option.

Thank you,


Best Regards,
Paheerathan
From: us on
"M Paheerathan" <mp.mscproject(a)yahoo.com> wrote in message <i095tt$g0t$1(a)fred.mathworks.com>...
> I would like to edit the Right click menu in the Image (which is loaded in axes in MatLAB GUI.)
>
> Is it possible?
>
> Especially I would like to write my own function for "Reset to original view" right click option.
>
> Thank you,
>
>
> Best Regards,
> Paheerathan

a hint:
- peruse this family of functions and their siblings...

help menu;
help uimenu;
help uicontextmenu;

us