photo

A


Last seen: 25 days 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
270,297
of 300,756

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,077

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,858

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 0

0

个回答