showing undefined variable error
Mostra commenti meno recenti
idEp(n)=tm*dEq
idp_eff(n)=(K*idEp(n))-(((3*G*K*(M-ny(n)).*dEq)+(-1*K*K*ny(n).*(M-ny(n))*idEp(n)))/((3*G-(K*ny(n).*(M-ny(n))))+(peff(n).*((n_p-ny(n)).^2)./(a*n_p))));
idq(n)=((3*G*dEq)-(((-3*G*K*ny(n).*idEp(n))+(9*G*G*dEq))/((3*G-(K*ny(n).*(M-ny(n))))+(peff(n).*((n_p-ny(n)).^2)./(a*n_p)))));
error: idp_eff is undefined.
Risposte (1)
KALYAN ACHARJYA
il 7 Lug 2019
Modificato: KALYAN ACHARJYA
il 7 Lug 2019
0 voti
Its simple define the variable idp_eff and others too (if any)
Categorie
Scopri di più su Get Started with MATLAB in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!