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 回表示 (過去 30 日間)
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 件)

カテゴリ

Help Center および File ExchangeStatics and Dynamics についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by