How to solve this equation in Matlab
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Carlos Galvis Correa
el 3 de Dic. de 2020
Comentada: Star Strider
el 5 de Dic. de 2020
Dear All,
Can anyone please let me know how to solve the equation showed in the picture using Matlab, please.
Regards,
Carlos G
0 comentarios
Respuesta aceptada
Star Strider
el 3 de Dic. de 2020
Put everything on the right-hand side, so:
f = @(d) expression - 30.19/d^2;
then use fzero or fsolve or the Symbolic Math Toolbox solve function (since it may have two roots, and with slightly different coding) to evaluate it.
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!