統計
MATLAB Answers
2 質問
0 回答
ランク
of 173,690
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Write a menu‐driven program to investigate the constant π
function choice = pioptions choice = menu('Choose a pi option','Machin''s formula',... 'Leibniz''s formula: n-terms',....
約7年 前 | 1 件の回答 | 0
1
回答質問
Matrix dimensions must agree
g=9.81; Vo=10; ang= [30 45 60 80]; t=sqrt(sin(ang).^2-0.5*sin(ang)) t=[t -t]; x=Vo*(cos(ang).*t) WHY I KEEP GETTING "MATRIX...
約7年 前 | 1 件の回答 | 0
