photo

darlene yen


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
209,536
of 301,219

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 21,193

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,467

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


simpsons rule for integration with multivariable
I am having trouble setting up the equation. supposedly, I am trying to fine the integral of 0.7051*r.*T from 0.308 to 0.478 ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


maximizing profits in matrix
An aircraft manufacturer can produce three different types of aircraft: small, medium, and large. Aircraft costs consist of a ma...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Newton's iteration
I am trying to do Newton's method of iteration. I have f(TH,R) = @(TH,R)(abs((sqrt(2)/(81*sqrt(pi))).*(6.*R-R.^2).*exp(-R./3)...

8 years 前 | 0 个回答 | 0

0

个回答

提问


fminsearch for 2 inputs
I have my function f(TH,R) = @(TH,R) (abs((sqrt(2)/(81*sqrt(pi))).*(6.*R-R.^2).*exp(-R./3).*cos(TH))).^2 how would i set u...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Z is not matrix for surf(X,Y,Z)
I am trying to plot surf(X,Y,Z) but my Z is not a matrix. TH = [0:0.05*pi:2*pi ]; R = [0:0.5:20]; [X,Y] =pol2cart(TH...

8 years 前 | 2 个回答 | 0

2

个回答