Statistiques
3 Questions
0 Réponses
RANG
169 638
of 302 009
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 492
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 178 094
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 4 ans il y a | 1 réponse | 0