Hi all. I am analyzing a basic Slider-Crank in Matlab and ran into an issue where my professor does not have the Solve function in his copy of Matlab.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi all. I am analyzing a basic Slider-Crank in Matlab and ran into an issue where my professor does not have the Solve function in his copy of Matlab. It would be really helpful if someone could inform me how I could rewrite this so that it doesn't require the Solve function.
eqnC = (xB - xCsol)^2 + (yB - yC)^2 == LengthBC^2; solC = solve(eqnC, xCsol); xC1 = eval(solC(1)); xC2 = eval(solC(2));
Thanks!
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Statics and Dynamics dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!