Cannot plot in GUI axes, the figure pop up
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
ZHONG LI
el 21 de Mzo. de 2017
Respondida: Jan
el 21 de Mzo. de 2017
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 comentarios
Respuesta aceptada
Jan
el 21 de Mzo. de 2017
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Annotations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!