MATLAB: How i specify positioned of images on runtime

imagesMATLABposition;

when i m click on button images will show but on clicking images hava random position like: on the pushbutton control, static control and then every thing got mismanage in my GUI… kindly help

Best Answer

Make sure all the 'Units' properties of all the controls on your GUI are set to 'normalized'. See if that helps.