Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

EE2015 Electromagnetics II

Spring 2019
Homework #6

Problem

In this problem, use MATLAB, Python, or other programming language to plot Smith Chart (ZY
Chart). The following circles must be drawn. Use dashed or dotted lines for constant-g and constant-
b circles.

ˆ r = 0, r = 0.2, r = 0.5, r = 1, r = 2, and r = 5

ˆ x = ±0.25, x = ±0.5, x = ±1, x = ±2, and x = ±4

ˆ g = 0.2, g = 0.5, g = 1, g = 2, and g = 5

ˆ b = ±0.25, b = ±0.5, b = ±1, b = ±2, and b = ±4

The plot should look like this.


MATLAB Coding

When using MATLAB for this homework, beside knowing how to do basic array operations in
MATLAB, you may need to use the following commands:

ˆ axis square – making two axes equal length

ˆ axis off – removing axes

Type function name in help, you will see how to use it. For MATLAB basics, just search on the web
and you will find many tutorials, such as this one:

https://myweb.ntut.edu.tw/~jcjeng/Matlab_basic.pdf

[Important] Please add the flowing line at the beginning of your code

clear; close all;

This line would clear all the variables and close all the figures that are generated by the previous
execution.

Due

Please submit your code online by Jun. 4th , 2019. Follow this link to submit your code:

https://forms.gle/W2YUa3i9swdUdgJ87

Make sure that you check your code carefully and submit your code only once and with the specified
file-name format. Note that late submission will NOT be accepted. To fill out the form, you need
to log in with your Google Apps account. To apply for an account, please go to

https://googleapp.ncu.edu.tw/GoogleApps/

You might also like