Community Profile

photo

Sardor Butunboev


Last seen: 2년 초과 전 2021년부터 활동

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Content Feed

보기 기준

질문


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...

2년 초과 전 | 답변 수: 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-...

2년 초과 전 | 답변 수: 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...

2년 초과 전 | 답변 수: 2 | 0

2

답변