LTE_config.compact_results_file = false;
LTE_config.delete_ff_trace_at_end = false;
LTE_config.delete_pathloss_at_end = false;
Although I use the above lines in sim_main_launcher file, I can’t get the results for the LTE_evaluate_interference statistics.m file.
——
Undefined function or variable ‘the_UE_traces’.
Error in LTE_evaluate_interference_statistics (line 25)
all_UE_traces = the_UE_traces;
——
How can I fix this issue?
-
This topic was modified 4 years, 9 months ago by FX6300.