photo

Aleyna Dolar


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

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
0 个回答

排名
169,621
of 301,995

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,486

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 177,989

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


Error using input Unrecognized function or variable 'x'. Error in untitled (line 2) f1=input('fonksiyonu giriniz: ')
clc; fprintf('SECANT METODU\n') u = input('fonksiyonu girin: ','s'); f = str2func(['@(x)' u]); x0=input('x0 noktasını girini...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Invalid expression. Check for missing multiplication operator, missing or unbalanced delimiters, or other syntax error. To construct matrices, use brackets instead of parenthe
>> clc; clear all; E=input('Epsilon değerini giriniz E: '); max=20; fstr = input('Fonksiyon değerini giriniz f(x):', 's'); s...

4 years 前 | 1 个回答 | 0

1

个回答

提问


I want it to find the solution with the Newton Raphson method with the function entered, but it gives an error and when I copy and paste the codes on another page, it pastes d
clc; clear all; syms x E=input('Epsilon değerini giriniz E: '); max=20; x0=input('X0 değerini giriniz -> '); f(x)=inp...

4 years 前 | 1 个回答 | 0

1

个回答