Output Multiple Graphs from one function - handle to deleted object
Mostrar comentarios más antiguos
I currently have a function that attempts to create a bar and swarm plot and output them to be viewed simultaneously. I can only get the last graph in the function to print, the other one says "handle to deleted". It seems logical to me that a function ought to be able to print multilpe graphs. I am using hold on/off appropriately as I want the graphs to be separate, not imposed on each other. Is there a way for me to be able to print these two graphs?
1 comentario
Anton Kogios
el 4 de Abr. de 2023
Can you post your code on what you have so far please?
Respuestas (0)
Categorías
Más información sobre Creating, Deleting, and Querying Graphics Objects en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!