MATLAB: Hello guys, please help me:) I have to work with a gui which was build on a pc . But if i want to show it on the laptop, it`ll cut off at the top of the screen. I’ve already tried it with Units=normalized, and resize.fnc but i have still problems.

autoautomaticallyguiguidematlab guiresizescreensize;

Best Answer

Try to call the attached function in your OpeningFcn of your GUI.
Make sure all your controls have the "units" property set to "normalized" first.