フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Solve these 2 simultaneous equations to get normal number

1 回表示 (過去 30 日間)
nathalie
nathalie 2023 年 10 月 29 日
閉鎖済み: John D'Errico 2023 年 10 月 29 日
>> syms x y equ1 = 2760*sind(200)+x*sind(107.5)+y*sind(307.615) == 0; equ2 = 2760*cosd(200)+x*cosd(107.5)+y*cosd(307.615) == 0; sol = solve([equ1,equ2],[x,y]); >> xsol = double(sol.x)
xsol =
7.6492e+03
>> ysol = double(sol.y)
ysol =
8.0178e+03

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by