Catherine.antipuesto
Subscriber

Hello! I tried plotting it with the script:

E=getresult("through","E");
Ex=pinch(E.Ex);
Ey=pinch(E.Ey);
Ez=pinch(E.Ez);
xphase=angle(Ex);
f = getdata("through","f");
plot(c/f,xphase);

However, it says:
Error:
line 7: y matrix must be same length as x matrix

How do I fix this?

Why is my E-field matrix [69, 500]? What does this mean?

Thank you so much!