photo

Eric


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
2 个回答

排名
207,243
of 297,457

声誉
0

贡献数
9 个提问
2 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Length of a 3D curve.
So I have created the code to calculate the length of a 3D curve which is: function length_total = spacecurvelength(x,y,z,a...

10 years 前 | 2 个回答 | 0

2

个回答

提问


Differential equation Eulers method plotting vs. Exact solution
I am trying to find the solutions to the differential equation 2*x*y*(1-y) using Euler's method and then comparing with the exac...

10 years 前 | 0 个回答 | 0

0

个回答

提问


Plot function with changing variable
So I have a function that approximately calculates the length of the space curve 2*sin(s),3*cos(s)*exp(s),s.^2/10. function...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Simpsons method: quad function
I've been trying to evaluate the following integral using the quad function. My output is completely blank. Not sure why. fu...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Simpsons Rule: With for loops
Hi, So I have a question where I have to use Simpsons rule to integrate (1-x^3)*sin(x) + exp(x^2/20) between -1 and 4 with 20 in...

10 years 前 | 2 个回答 | 0

2

个回答

提问


Displaying in terms of pi
I have the written the following code but I'm not too sure how to display the x values in terms of pi. Is that possible?Also in ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Monte carlo: intersection volume of cylinders
I have to calculate the intersection volume of three cylinder(radius=3) each of which lie on x,y,z axis perpendicular to one ano...

10 years 前 | 1 个回答 | 0

1

个回答

已回答
basic monte carlo question: area of circle
Thanks a lot, appreciate it.

10 years 前 | 0

已回答
basic monte carlo question: area of circle
Thanks both really helped a bunch. How would I go about plotting the graph so that the hits are one colour and the rest are a...

10 years 前 | 0

提问


basic monte carlo question: area of circle
Question: Use monte carlo method to find area of circle radius 5 inside 7x7 square. So this is the code I've put together so ...

10 years 前 | 4 个回答 | 0

4

个回答

提问


Function, input number, return a value
QUESTION: Write a small function which takes as inputs; a number a and a function g(x), and returns (a, g(a)). Note that pri...

10 years 前 | 2 个回答 | 0

2

个回答