Must be simple, but I can not find it
Must be simple, but I can not find it
(OP)
I'm developing a program in matlab that uses some windows, but I'm not using GUIDE. I've already finished the program, but I still have a silly problem... How can I tell Matlab to start the window maximized? Must be a silly thing, but I can not find the property. Can anybody help?
Thank you in advance!!!
Thank you in advance!!!





RE: Must be simple, but I can not find it
current_units=get(gcf,'Units');
set(gcf,'Units','normalized','OuterPosition',[0 0 1 1]);
set(gcf,'Units',units);
M
RE: Must be simple, but I can not find it
M
RE: Must be simple, but I can not find it
Regards from Spain.