統計
MATLAB Answers
4 質問
0 回答
ランク
of 171,031
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Least Squares method code
X =input('Enter list of abscissas: '); Y = input('Enter list of ordinates: '); F = input('Enter 1 for linear fit, 2 for parabo...
約3年 前 | 1 件の回答 | 0
1
回答質問
Linear Least Squares Regression
x = [2, -2, 3, -3]; y = [7, 8, 19, 17]; N = length(x); X = 'ones (N, 1), x'; Y = y; J='inv(X.*X)*X*Y'; plot(x,y,'bs',[0, ...
約3年 前 | 1 件の回答 | 0
1
回答質問
how can i add more multiple curves
syms m h v0 alpha alp time x(t) y(t) t xn xn2; m=input('Nhap m: '); h=input('Nhap h: '); v0=input('Nhap v0: '); time=input('...
約3年 前 | 0 件の回答 | 0
0
回答質問
Can someone help me with this homework
hi can someone help me USE matlab determine the trajectory of the oblique throwing motion in a gravity field with environmenta...
約3年 前 | 0 件の回答 | 0