Waritwong Sukprasongdee
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 154,105
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
linear equation cant solve
rcd = [-1 - 1 2] ; ucd = rcd/norm(rcd); syms Ax Ay Az Bx Bz T ; eqn1 = [Ax Ay Az]+[0 0 -2*50*9.80665]+[Bx 0 Bz]+ T*ucd == [0...
約4年 前 | 2 件の回答 | 0
2
回答質問
how to solve this system of equation? (not sure what it's called/)
syms f0 fa n t >> eqn1 = fo*cosd(t)+fa*sind(15)==0; >> eqn2 = fo*sind(t)+n-fa*cosd(15)==0; >> eqn3 = n*1.2-fa*sind(15)*2.4*si...
約4年 前 | 1 件の回答 | 0
1
回答質問
Matrix equation solution keep giving only structure of the array not the value
new = [ (29*y2)/5 - (7*z2)/10, 7*z2, -7*y2] >> dif=MRA-Mprll dif = -0.1337 -9.7234 1.3349 >> syms y2 ...
約4年 前 | 1 件の回答 | 0