Dear Dr. Martin,
Whenever I run the LTE_sim_main_launcher_3D_model.m script, it won’t show both GUIs with the aggregate results and the UEs & cells. It’s started happening just recently. Have you found yourself in this situation? It just shows the following error:
Error using ecdf (line 136)
Input sample has no valid data (all missing values).
Error in utils.miscUtils.ecdf (line 325)
[ecdf_data.f ecdf_data.x ecdf_data.flo ecdf_data.fup] = ecdf(input_vector_finite);
Error in LTE_GUI_show_aggregate_results>plot_aggregate_results (line 255)
throughput_Mbps_ecdf_all = utils.miscUtils.ecdf([the_UE_traces.average_throughput_Mbps]);
Error in LTE_GUI_show_aggregate_results>LTE_GUI_show_aggregate_results_OpeningFcn (line 106)
plot_aggregate_results(handles)
Error in gui_mainfcn (line 220)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in LTE_GUI_show_aggregate_results (line 44)
[varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
Error in LTE_sim_main_launcher_3D_model (line 87)
GUI_handles.aggregate_results_GUI = LTE_GUI_show_aggregate_results(simulation_data);
Thank you for your help.
Best regards,
Oscar Lagua Espín