Utku Palakci - MATLAB Central
photo

Utku Palakci


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 12/18 to 04/25Use left and right arrows to move selectionFrom 12/18Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

5 个提问
0 个回答

排名
29,128
of 298,292

声誉
1

贡献数
5 个提问
0 个回答

回答接受率
80.0%

收到投票数
1

排名
 of 20,560

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,775

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Plot in Bisection Method
%% Bisection Method % f(x) = 2sin(x) + 2cos(x) a = -1; b = 1; tol = 10^-3; iter = 0; fprintf('iter \t a \t ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Roots with Bisection and Newton Raphson methods
Hi, How can I write a single script which tries to find the roots of the following functions using both the Bisection and Newto...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Interpolation with a smooth curve
How can I write a script that plots the data and then interpolates it with a smooth curve (plot the curve too). also find and p...

6 years 前 | 1 个回答 | 1

1

个回答

提问


3rd degree polynomial interpolation in functions
How can I find "y" at "x=28" with 3rd degree? x y 0 0 10 0.2 15 0.5 20 0.9 ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Determining the 4th degree polynomial
I need help about determine the 4th degree polynomial y(x) that passes through the following points: (0,−1), (1, 1), (3, 3), (5...

6 years 前 | 1 个回答 | 0

1

个回答