Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
hello professionals can you please help me how to make matlab code for following equation
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I want to satistisfy the equation
e*dp-kp1*kp2*(p-1)=1....
the value of dp,kp1 and p are previously calculated
my code is not generating r=1..
if r is equal to one then the value of e and kp2 is taken..
can you please suggest other method regarding this...thanking you
Respuestas (1)
Walter Roberson
el 14 de Abr. de 2013
e = 1 / (dp-kp1*kp2*(p-1))
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!