Create a rectangle with a length of 0.15 m, and a width of 0.15 m.
r = antenna.Rectangle(Length=0.15,Width=0.15);
Create a second rectangle with a length of 0.05 m, and a width of 0.05 m. Set the center of the second rectangle at half the length of the first rectangle r.
n = antenna.Rectangle(Center=[0.075,0],Length=0.05,Width=0.05);
Create and view a notched rectangle by subtracting n from r.
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.