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!