photo

Aleyna Dolar


Last seen: 4 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
169,648
of 302,019

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,503

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 178,155

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer