photo

Kevin Hout


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
1 个回答

排名
221,413
of 297,503

声誉
0

贡献数
3 个提问
1 个回答

回答接受率
0.0%

收到投票数
0

排名
10,422 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
1

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


Finding Weighted Coefficients of Variables
I have a data set of 15 experiments, which are separated into 11 columns (15x11 matrix). There are 10 variables (10 columns) tha...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
Need help with looping to populate matrix using if statement
Thanks, Walter. I was trying to take a value in the Stress column (at Strains equal to 0.001, 0.002, 0.003, etc) and populate...

9 years 前 | 0

提问


Need help with looping to populate matrix using if statement
clc; clear all; close all; load('Stress_Strain.mat') count = 0; for i = 1:1000 ...

9 years 前 | 2 个回答 | 0

2

个回答

提问


Need Help with Newton's Method for the Following code; keep getting errors
clc; close all; clear all; x = 1; y = 2; for i = 1:10 f(x) = (-x(i).^2) - (2*y(i)) + 2; ...

9 years 前 | 1 个回答 | 0

1

个回答