Cannot plot in GUI axes, the figure pop up
조회 수: 4 (최근 30일)
이전 댓글 표시
I want to plot five figures in five axes of GUI, the three of them can show in the GUI, but the last two pop up and show in new windows.
axes(handles.axes1) miraudio(filename)
axes(handles.axes2) mirspectrum(filename,'cents')
axes(handles.axes3) mirspectrum(filename, 'Frame')
axes(handles.axes4) mirbrightness(filename,'Frame')
axes(handles.axes5) mirpitch(filename,'Frame')
댓글 수: 0
채택된 답변
Jan
2017년 3월 21일
Either use the debugger to step throught the code until you find out, where the additional figure is created. Then modify the code. Or ask the author of this toolbox how to prevent this.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!