Alternatives to pcbStack for array element in Antenna Toolbox?
이전 댓글 표시
The Antenna Toolbox will not create an array using pcbStack elements. Is there an equivalent way to make a custom microstrip patch antenna, with substrate, that doesn't use pcbStack and that can be used to make an array? A work-around?
Here is an example:
Open and run this example to create vivaldi_Notch, which is a pcbStack antenna:
openExample('antenna/InternallyMatchedVivaldiAntennaForUWBOperationExample')
Then create an array using vivaldi_Notch as the element:
a = linearArray('Element', vivaldi_Notch)
Here is the error:
Error using em.Array/setElementAsScalarHandle
pcbStack as Element is not supported for Arrays.
etc.
답변 (1개)
Da Huang
2019년 11월 4일
0 개 추천
pcbStack is not currently supported in array objects. Currently there is no plan for it. But you can create arrays in pcbStack object.
Work around would be to create the arrays you want in pcbStack. It will require a little work around in the original example code.
댓글 수: 1
Larry Smith
2019년 11월 5일
편집: Larry Smith
2019년 11월 5일
카테고리
도움말 센터 및 File Exchange에서 Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!