How can i add (custom) ground on a customAntennaStl

7 ビュー (過去 30 日間)
GEORGE VITTAKIS
GEORGE VITTAKIS 2023 年 8 月 11 日
コメント済み: GEORGE VITTAKIS 2023 年 9 月 1 日
Hello, I have imported my design and I have been trying to add ground to it but anything I try appears as on unrecognized property for customAntennaStl any ideas?

回答 (1 件)

Aditya
Aditya 2023 年 8 月 23 日
Hey George,
If you are encountering an "unrecognized property" error when trying to add ground to a custom antenna design in MATLAB, it suggests that the property you are trying to set does not exist or is not applicable to the `customAntennaStl` object.
To resolve this issue, consider the following steps:
1. Check the documentation: Review the documentation or reference material for the `customAntennaStl` object to ensure you are using the correct property name and syntax for adding ground.
2. Verify the property name: Double-check the property name you are using to add ground. It should be a valid property for the `customAntennaStl` object. Common properties for antenna designs include `GroundPlane`, `Ground`, or similar variations. Ensure you are using the correct property name for adding ground.
3. Update MATLAB version or library: If you are using an older version of MATLAB or a custom antenna design library, it is possible that the property you are trying to use is not available or has a different name. Consider updating your MATLAB version or the custom antenna design library to the latest version to
  1 件のコメント
GEORGE VITTAKIS
GEORGE VITTAKIS 2023 年 9 月 1 日
Thank you for the response but unfortunately i was not able to find a solution

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by