Hi, I want to run multiple schedules and I need to compare the results. I cannot save the GUIs and even some graphs are cut in the GUI (It may be a result of a window resolution or something). I was wondering if there is a way to save the graphs as figures or anything else instead of using ‘LTE_GUI_show_aggregate_results’ and ‘LTE_GUI_show_UEs_and_cells’. Any suggestion is appreciated.
I think I found it by myself. I’ll put the solution in case someone would have a same problem.
I changed the line 182 in LTE_GUI_show_aggregate_results.m :
plot_in_GUI = false;
Same thing can be done in other GUI.
Thank you. But the GUIs do not fit into the screen and I do not see the button or some parts of the plots. That was the reason I tried to open plots separately in the first place.
If you are concerned about my problem I can send you a screenshot and my computer’s information. However, I solved my problem by changing some code lines.