이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
For everyone that needs to plot something in a long loop, and still wants to use the computer in meanwhile, without new figures stealing your keyboard focus and disrupting your work-flow, this file emulates the built-in figure command, but if the desired figure handle already exists, it will just set it as the current figure, without making it visible or on top of other windows.
It's the same as issuing a set(0,'CurrentFigure',h) command, but encapsulated using the same syntax as figure.
Usage:
fig(123);
fig(456, 'Name', 'Figure Title');
h = fig('Name', 'New figure');
fig(h, 'Name', 'New Name');
인용 양식
Rafael Oliveira (2026). Let me work, figure! (https://kr.mathworks.com/matlabcentral/fileexchange/33987-let-me-work-figure), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 받은 파일: "Smart"/Silent Figure
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
