photo

Harry


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

I am a Final Year Maths student whose knowledge of matlab is pretty appalling, I have an idea of how to program, having done some programming in c and java, however, finding Matlab a challenge to get to grips with.

统计学

MATLAB Answers

6 个提问
0 个回答

排名
212,520
of 301,273

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 21,212

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,726

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Computing an integral numerically
I am trying to calculate the integral I_k = Integral(x^k/(10+x)) from 0 to 1 I have ascertained that we can use a recursi...

14 years 前 | 0 个回答 | 0

0

个回答

提问


Take a vector calculated in one m-file into another
In m-file1 I create a vector e which contains all the error values I require. In m-file2 I would like to run mfile1 and then use...

14 years 前 | 2 个回答 | 0

2

个回答

提问


Trying to reduce error for negative x in an exponential function
I am using the Taylor series expansion to estimate e^x. I have written a program that does this and it works well for big values...

14 years 前 | 1 个回答 | 0

1

个回答

提问


big O notation help
I'm trying to write a function f in the form f(h) = O(h^p) with the largest possible integer p: f(h) = 10(h^2+h)^2 - 10h^4 ...

14 years 前 | 2 个回答 | 0

2

个回答

提问


Plotting a graph
Sorry, this is a very simple question I'm sure but I just can't work it out. I'm trying to plot the error of my function that as...

14 years 前 | 2 个回答 | 0

2

个回答

提问


How do I suppress answer in Matlab?
Hi, I'm trying to calculate e^x for some value of x using the taylor expansion approximation T_n(x) = Sum (x^k/k!) And I h...

14 years 前 | 1 个回答 | 0

1

个回答