Gistlib Logo

gistlib

plot the polar pattern for a dipole antenna. in matlab

main.m
% Define the dipole antenna
antenna = design(dipole,2e9);

% Plot the polar pattern
pattern(antenna,2e9)
105 chars
6 lines

similar matlab code snippets

generate radar signal in matlab
how to calculate the binomial distribution in matlab
how to calculate the 99th percentile in matlab
how to calculate cumulative distribution function in matlab
how to perform a ztest in matlab
how to calculate the normal distribution in matlab
how to plot the binomial distribution in matlab
calculate the area of a triangle in matlab
calculate the area of a sphere in matlab
find the slope of a set of points in matlab

related categories

matlab
antenna
polar-pattern

gistlibby LogSnag