Output Multiple Graphs from one function - handle to deleted object
1 次查看(过去 30 天)
显示 更早的评论
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?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graph and Network Algorithms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!