How can i add (custom) ground on a customAntennaStl

조회 수: 3 (최근 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