What steps will reproduce the problem?
1. start Matlab
2. >> CmlStartup
3. >> CmlSimulate('WiMaxLDPCScenarios',1)
What is the expected output? What do you see instead?
Matlab halted with an error:
??? Reference to non-existent field 'data_bits_per_frame'.
Error in ==> InitializeCodeParam at 219
data = zeros(1, code_param.data_bits_per_frame);
Error in ==> CmlSimulate at 38
[sim_param(case_number), code_param] = InitializeCodeParam( sim_param(case_number), cml_home );
What version of the product are you using? On what operating system?
I'm using CML1.12.
Please provide any additional information below.
Same simulation can be run with CML1.11.