Help CenterHelp Center
Shape1 & Shape2 for RF PCB shapes
Since R2021b
c = and(shape1,shape2)
example
c = and(shape1,shape2) calls the syntax shape1 & shape2 to intersect two shapes.
shape1
shape2
shape1 & shape2
collapse all
Create and display an annular ring.
shape1 = ringAnnular(InnerRadius=1e-3); show(shape1)
Create and display a square ring.
shape2 = ringSquare(InnerSide=1e-3); show(shape2)
Find and display the intersection of the shapes.
shapeIntersection = and(shape1,shape2); show(shapeIntersection)
shape1 = ringAnnular;
shape2 = ringSquare('InnerSide',8e-3);
shapeIntersection = shape1&shape2; show(shapeIntersection)
First shape created using custom elements and shape objects of RF PCB Toolbox™, specified as an object.
Example: shape1 = bendCurved; specifies the first shape as a bendCurved object.
shape1 = bendCurved;
bendCurved
Second shape created using custom elements and shape objects of RF PCB Toolbox, specified as an object.
Example: shape2 = ringAnnular; specifies the second shape as a ringAnnular object.
shape2 = ringAnnular;
ringAnnular
Introduced in R2021b
add | subtract | area | intersect | rotate | rotateX | rotateY | rotateZ | translate | show | mesh | plot | scale
add
subtract
area
intersect
rotate
rotateX
rotateY
rotateZ
translate
show
mesh
plot
scale
您曾对此示例进行过修改。是否要打开带有您的编辑的示例?
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office