How to solve this problem that says "error".
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
hi guys... I have a problem that this code doesn't work saying error..( I want to Integral like this..) All variables are defined. and 'j' is the imaginary unit. Please help me .. Thanks for reading ...
diC1= (((2*pi*e0)*((R^2)*(1-sin(th)))/((z)*(z)+R*sin(th))));
Call1= 2*pi*e0*R*log(1+R*(1-sin(th))/z)+C00;
Re1= ((diC1)*(j/(2*pi*f*(Call1).^2))*(yab/((1+yaa*Rs)*(1+ybb*ZL)-(yab)^2*Rs*ZL))...
-yab*ZL*(ybb+yaa*ybb*Rs-yab^2*Rs)/((1+yaa*Rs)*(1+ybb*ZL)-yab^2*Rs*ZL)^2);%*(z(i)-z0);
Re11= int(Re1);
z=0e-9:0.01e-9:100e-9;
plot(z,Re11)
1 commentaire
Adam
le 16 Mar 2017
Closed as being a duplicate of:
Réponses (0)
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!