How can i set GUIDE gui in a specific location having 2 screens?
조회 수: 2 (최근 30일)
이전 댓글 표시
I have a main gui called 'avmain', by a push button it opens another gui called 'avtest5', 'avtest5' has a pushbutton that calls 'pgui'. I want 'avtest5' to appear on my left screen(mac 21 inch) and 'pgui' on the right screen (square 15inch). how can i do that? thanks in advance.
댓글 수: 0
채택된 답변
Jan
2018년 1월 11일
See https://www.mathworks.com/matlabcentral/answers/16663-is-it-possible-to-viewing-the-figure-window-on-second-display. The function "figure2()" posted there does the same thing as "figure()", but on the 2nd monitor.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!