photo

Sardor Butunboev


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
200,073
of 300,343

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,172

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 2 answers | 0

2

answers