フィルターのクリア

Ray-tracing to Visualize in 3-D map.

1 回表示 (過去 30 日間)
relinquere
relinquere 2021 年 4 月 22 日
回答済み: Yue Shang 2021 年 4 月 29 日
I tried to simulate the example ray tracing model that is available here (https://www.mathworks.com/help/comm/ref/raytrace.html).
But the following part of the example code is not working:
pm = propagationModel("raytracing","CoordinateSystem","cartesian", ...
"Method","sbr","MaxNumReflections",2,"SurfaceMaterial","wood");
Showing error as:
Error using rfprop.RayTracingImageMethod
'Method' is not a recognized parameter. For a list of valid name-value pair arguments, see the documentation for
this function.
Error in propagationModel (line 87)
pm = rfprop.RayTracingImageMethod(varargin{:});
Why it is not working? Do anybody know? Thank you.

回答 (1 件)

Yue Shang
Yue Shang 2021 年 4 月 29 日
The Method property for the ray tracing propagation model is only available in R2021a.

カテゴリ

Help Center および File ExchangePropagation and Channel Models についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by