i want to show the logo off my school at the top off the window in my project. i must define the axes function like this? this isn't correct, how do i set the position ?
h = axes('style','axes',... 'units','pix',... 'position',[10 20 180 30],... 'string' , 'ISEP' , ... 'callback',{@ax_call,S});
the function:
function [] = ax_call(varargin) h = guided (gcbf); set(0,'userdata',h); % Save it in the root. imshow ( 'ISEP.jpg' )
The position is correct, but AXES obejcts do not have the properties 'String' and 'Callback'. In addition you cannot and need not set the 'Style' of an AXES. Saving the handle of the figure in the root's UserData is not useful here.
Img = imread('ISEP.jpg'); ImgSize = size(Img); AxesH = axes('Units', 'pixels',... 'position', [10 20 180 30], ... 'YDir', 'reverse', ... 'XLim' , [0, ImgSize (2)], ... 'YLim' , [0, ImgSize (1)], ... 'NextPlot', 'add', ... 'Visible', 'off'); image(Img, 'Parent', AxesH);
The Y-direction of images is reverted. Perhaps the limits should be [1, ImgSize(2)] instead of a 0.
Matlabsolutions.com provides guaranteed satisfaction with a
commitment to complete the work within time. Combined with our meticulous work ethics and extensive domain
experience, We are the ideal partner for all your homework/assignment needs. We pledge to provide 24*7 support
to dissolve all your academic doubts. We are composed of 300+ esteemed Matlab and other experts who have been
empanelled after extensive research and quality check.
Matlabsolutions.com provides undivided attention to each Matlab
assignment order with a methodical approach to solution. Our network span is not restricted to US, UK and Australia rather extends to countries like Singapore, Canada and UAE. Our Matlab assignment help services
include Image Processing Assignments, Electrical Engineering Assignments, Matlab homework help, Matlab Research Paper help, Matlab Simulink help. Get your work
done at the best price in industry.