Hi, I tried to follow all the instruction, I guess, i didn’t get it right.
I have matlab R2015
windows 7 64
and when I had follow all the instruction (to the best of my knowledge), I received the following error message
Error using matlabpool (line 27)
matlabpool has been removed.
To query the size of an already started parallel pool, query the ‘NumWorkers’ property of the pool.
To check if a pool is already started use ‘isempty(gcp(‘nocreate’))’.
Error in phy_modeling/channelTraceFactory_v1/generate_channel_trace (line 561)
if config.parallel_toolbox_installed && ~matlabpool(‘size’) && ~config.non_parallel_channel_trace &&
config.tx_mode~=1
Error in LTE_init_get_microscale_fading_SL_trace (line 135)
fading_trace =
phy_modeling.channelTraceFactory_v1.generate_channel_trace(config,precoding_configs,H_0_RB,H_i_RB);
Error in LTE_sim_main (line 93)
pregenerated_ff = LTE_init_get_microscale_fading_SL_trace(LTE_config);
Error in LTE_sim_main_launcher_examples (line 41)
output_results_file = LTE_sim_main(LTE_config);
Error in run (line 96)
evalin(‘caller’, [script ‘;’]);