photo

cee878


Last seen: 4 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

My interest revolves around numerical analyzation.

统计学

MATLAB Answers

11 个提问
0 个回答

排名
62,798
of 300,765

声誉
0

贡献数
11 个提问
0 个回答

回答接受率
27.27%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,941

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Splitting data using kmeans idx
I'm using the built-in kmeans function and want to split the given data X based on the cluster it belongs to. For example, if I ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Index exceeds dimensions error
I'm trying to code the predictor-corrector method, but I keep getting an "Index exceeds dimensions", and I don't see where the e...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Conversion to double from inline is not possible.
I have been trying to run this with my code, so I could get the true values and compare the error between the two methods such a...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Deblurring an image using the heat equation
So I am trying to deblur an image using the heat equation, but when I run the code, I get a black image. So I did this by lookin...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Simpson's Rule
I coded Simpson's Rule, but I'm not sure if it's right. f = @(x) exp(-x.^2); true = integral(f, 0, 1); %simpson's rul...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Gauss-Siedel Method
I'm trying to switch my Jacobi method to Gauss-Siedel, but I'm struggling to fix it right now. Could I have some help please? ...

10 years 前 | 0 个回答 | 0

0

个回答

提问


Implementing Richardson's Iterative Method
I'm trying to implement Richardson's iterative method to solve Ax=b equation. I want to see the values in my matrix. But I wrote...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Secant Method for Smallest Positive Root
I'm trying to code the secant method for f(x)=e^(-x)-sin(x) to find the smallest positive root. My code seems to be getting an e...

10 years 前 | 1 个回答 | 0

1

个回答

提问


General Taylor Polynomial code
I'm trying to create a general code for evaluating Taylor polynomials for f(x)=x-sin(x)/x^3 and plot their relative error vs n i...

10 years 前 | 2 个回答 | 0

2

个回答

提问


Plotting Taylor estimation with exact value
I'm trying to evaluate f(x) at x=-20 and plotting the Taylor estimation with the actual value. My results do not match with my h...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Taylor series approximation of e^x at x =-20
I'm trying to evaluate the Taylor polynomials for the function e^x at x = -20. My results do not look right and I don't know wha...

10 years 前 | 1 个回答 | 0

1

个回答