Why is my plot linear when the anonymous function z is clearly nonlinear?
Mostrar comentarios más antiguos
Rt = 10688; v = 18; f = 9; KD = 7.73*10^(-5); Kx = 5.8*10^(-5); L0 = 2*10^(-9);
Req = [6000:12000];
z = @(Req) ((Req.*(1+v.*(L0/KD).*(1+Kx*Req).^(f-1)))/Rt)-1;
figure
plot(Req,z(Req));
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Motor Drives en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

