photo

Ian


University of Minnesota Twin Cities

自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
0 个回答

排名
287,033
of 299,772

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,801

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,865

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Determining Constants of Best Fit Curve
I have a dataset (x,y) that I would like to fit a curve to. The curve must be of the form: y = a + b*c^d*x^e where a,b,c,d...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to element by element multiply all rows of a matrix in a loop?
I've written a function which generates an (a x b) matrix where a,b are both inputted quantities. After I've generated this matr...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Running through a randomly generated array and doing calculations
Here's the problem statement: "Consider an array x of randomly generated positive and negative integers. Write a script that pe...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Sum of first 100 integers?
Write a script that uses a for loop to calculate the sum of the first 100 integer numbers

11 years 前 | 5 个回答 | 0

5

个回答

提问


Vector Equation with scalars?
Define a and b as scalars a = 3 and b = 4, and x as the vector x = −3,−2.8,−2.6,··· ,1.6,1.8,2. Then use these variables to calc...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Three element vector function?
Create a MATLAB function that, given a three element vector [x1 x2 x3] as input, calculates r = x1^2 + x2^2 − x3^2.

11 years 前 | 1 个回答 | 0

1

个回答

提问


Constucting an array in column form
Construct an array a (in column form) made of 17 (equally-spaced) values between 17 and 289.

11 years 前 | 2 个回答 | 0

2

个回答