How to open my graphs that are saved in a graphic array handle?
1 次查看(过去 30 天)
显示 更早的评论
Hello, I have a 1*9 graphics array, called G. How can I access the graphics saved inside of it? I have tried get, imread, imshow, show, disp, get, and so on. None of them works. Please help. Thank you!
1 个评论
Jan
2018-5-29
编辑:Jan
2018-5-29
You did not tell us, what a "graphic array" is. How do you "save" graphics inside it and what exactly are the "graphics" you are talking of? Please do not mention roughly some command, which "did not work", but post the code and the corresponding error message.
get, imread, show, disp are such different commands, that it sounds like a gunshot programming technique to try them. This is not a reliable way to write code.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graphics Object Programming 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!