Display array or PCB stack layout
layout(array)
layout(pcbstack)
example
layout(array) displays the layout of the array object. The circles in the layout corresponds to antenna feed points within the array.
array
layout(pcbstack) displays the layout of the PCB stack object. The circles in the layout corresponds to antenna feed points on the PCB.
pcbstack
collapse all
Create and view a 3x3 rectangular array layout on the X-Y plane.
h = rectangularArray('Size',[3 3]); layout(h)
Default PCB stack layout.
p = pcbStack; layout(p)
Array object, specified as a scalar handle.
pcbStack
PCB stack, specified as a pcbStack object.
pcbStack | show
show
You have a modified version of this example. Do you want to open this example with your edits?