Community Profile

photo

A


Last seen: 9 months ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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...

1 year ago | 1 answer | 0

1

answer

Question


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, ...

1 year ago | 1 answer | 0

1

answer

Question


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('...

1 year ago | 0 answers | 0

0

answers

Question


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...

1 year ago | 0 answers | 0

0

answers