Solve equation (unrecognized function or variable)
Afficher commentaires plus anciens
Dear MatLab Comunity,
I have to solve this equation but it keeps saying that the variable 't' is unrecognized. I should have the plugins for the function 'solve' so I don't understand where is the problem.
N = 5.62
R = 6.40
W = 600
eqn = (10 + 2.*W.^(2).*t.^(2) - 8.*W.^(4).*t.^(4))./(10 +23.*W.^(2).*t.^(2) + 4.*W.^(4).*t.^(4)) -N./R
S = solve(eqn, t)
Any help would be appreciated!
All the best,
Alex
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Symbolic Math Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
