Import and View Top Layer Gerber File
Use the gerberRead
function to import a top layer Gerber file.
P = gerberRead('interdigital_Capacitor.gtl');
Extract the metal layer from the file using the shapes
function.
s = shapes(P);
View the top metal layer.
show(s)