Solve an eqution in matlab
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
ana take
el 9 de En. de 2017
Comentada: Niels
el 16 de En. de 2017
Hello! How can I write this equation in matlab: The variable here is t, all other variables including Rt are known.I want to find t by solving D(t)=R(t).
0 comentarios
Respuesta aceptada
Niels
el 9 de En. de 2017
Editada: Niels
el 9 de En. de 2017
D(t)=R_t
<=> D(t)-R_t=0
tSolution=fzero(D(t)-R_t,0)
but care, the output can be contain more than 1 solution, if D and R have more than 1 intersection point
2 comentarios
Niels
el 16 de En. de 2017
this means that the function has no roots... maybe plot the function first or check if it has a sign change. Did you enter the right function?
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!