Filter löschen
Filter löschen

can someone explain the following code?

1 Ansicht (letzte 30 Tage)
Greg Biyu
Greg Biyu am 1 Feb. 2019
Kommentiert: Greg Biyu am 3 Feb. 2019
file name res.m
load vi.txt
zl=47:16:415;
imp=vi(:1)./vi(:2);
imp=app;
zz=zl*cos(48.0*pi/180);
rr=zl*sin(48.0*pi/180);
res=zeros(11,21)*NaN;
mm=0;
  5 Kommentare
David Goodmanson
David Goodmanson am 3 Feb. 2019
Hi Greg,
I guess that's why he's a supervisor. :)
The v/v line should be
vi(:,1)./vi(:,2)
and appears to be impedance = voltage/current, divided term-by-term. However, the very next line replaces imp with something else.
Greg Biyu
Greg Biyu am 3 Feb. 2019
hi David
yeah you are right i've omitted it,it is vi(:,1)./vi(:,2)

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by