photo

Aleyna Dolar


Last seen: 대략 4년 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

3 질문
0 답변

순위
82,224
of 302,031

평판
0

참여
3 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,508

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 178,295

참여
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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변