Alternatives to pcbStack for array element in Antenna Toolbox?
1 view (last 30 days)
Show older comments
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.
0 Comments
Answers (1)
Da Huang
on 4 Nov 2019
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 Comment
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!