Both building and terrain materials default to concrete. You cannot change the building and terrain material in the Longley-Rice model. The ray tracing propagation model is the only interface for specifying materials for buildings and terrain. These can be specified using the BuildingsMaterial and TerrainMaterial properties. There is a pre-defined list of materials that can be used, or materials can be specified using custom conductivity and permittivity values. For more details, you can access the release-specific documentation by executing the following command in the MATLAB R2020b command window:
>> web(fullfile(docroot, 'antenna/ref/propagationmodel.html'))
A featured example that explores setting building and terrain materials can be found by running the following command in the MATLAB R2020b command window:
>> web(fullfile(docroot, 'antenna/ug/urban-channel-link-analysis-and-visualization-using-ray-tracing.html'))
Lastly, if you need to model additional material types for different reflections on a propagation path, you can obtain the output of the raytrace function by executing the following command in the MATLAB R2020b command window:
>> web(fullfile(docroot, 'antenna/ref/raytrace.html'))
Then, use the raypl function and specify ReflectionMaterials, You can access the documentation of "raypl" which can be accessed by executing the following command in MATLAB:
>> web(fullfile(docroot, 'antenna/ref/raypl.html'))
Please follow the link below to search for the required information regarding the current release: