photo

Sardor Butunboev


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Function Approximation and Interpolation
Given: f(x) = exp(-x^2) on the interval [-1; 1]. Need to: Approximate f(x) by a 9-degree monomial basis polynomial interpolant...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Implementation of grid search for a function
I am trying to run a grid search and find x*. but it gives me "Not enough input arguments". funktion = @(x) sqrt(x) + 2*sqrt(1-...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Writing a math equation.
I want to write a math equation sin(1+x) and plot it. 1. I did it in this way: funktion = @(x) sin(1+x); fplot(funktion,[0 pi...

3 years 前 | 2 个回答 | 0

2

个回答