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 CenterFile Exchange에서 Statics and Dynamics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by