problem in plot of given equation

1 回表示 (過去 30 日間)
shiv gaur
shiv gaur 2022 年 2 月 5 日
コメント済み: M.MUSBA Elhadid 2022 年 2 月 5 日
df=1:300;
nc=1.33;
ns=1.5;
nf=1.59;
theta=10:60
y=zeros(length(theta),length(df))
x=1.5*sind(theta);
l=632.8;
zfc=(l/2*pi)*sqrt(x.^2-nc.^2);
zfs=(l/2*pi)*sqrt(x.^2-ns.^2);
p=1;
de=df+zfc+zfs
y=(nc/x)*((nf^2-x^2)./(nf^2-nc^2))*(zfc/de)*(2*(x/nc)^2-1)^p;
plot(df,y)
iI have problem to plot the graph
  1 件のコメント
M.MUSBA Elhadid
M.MUSBA Elhadid 2022 年 2 月 5 日
The sizes of vectors that are input arguments to plot function have to be the same. So you have to check it.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by