photo

Ema


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
38,876
of 297,457

声誉
1

贡献数
6 个提问
0 个回答

回答接受率
16.67%

收到投票数
1

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Riemann sum multiple dimensions
I have 2 tasks. a) Try to approximate the volume of a sphere with radius 1. Do this with riemann sum in matlab. What ive done...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Two variables multiple constraints in calculus.
<<https://se.mathworks.com/matlabcentral/answers/uploaded_files/76159/problem_4_5.jp g>> clear all a) -----------...

8 years 前 | 1 个回答 | 1

1

个回答

提问


Min.problem in a geometric problem
Suppose we have three points in the plane p^(i), i = 1,2,3 and calculate the point that lies closest to these three points. T...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Calculus Matlab two variables
<</matlabcentral/answers/uploaded_files/76159/problem_4_5.jpg>> % code clear all a) ------------------------- r1 =...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Calculate length of a curve in 3d
Ive ploted a rising spiral with the following code. clear all syms t real ezplot3((sqrt(9)).*cos(9./2.*t), (sqrt(16))....

8 years 前 | 1 个回答 | 0

1

个回答

提问


Calculate shortest distance between 2 lines.
I got 2 lines: Line 1 = (x,y,z) ∈ (Real numbers/3d), x=10+3t, y=−1+2t, z=−1.5−0.01t, t ∈ Real numbers Line 2 = (x,y,z) ∈ (...

8 years 前 | 2 个回答 | 0

2

个回答