Statistik
11 Fragen
0 Antworten
RANG
230.032
of 301.172
REPUTATION
0
BEITRÄGE
11 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
81.82%
ERHALTENE STIMMEN
0
RANG
of 21.183
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 173.200
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Why is there an error? Undefined function 'f' for input arguments of type 'double'.
Error using arrayfun Undefined function 'f' for input arguments of type 'double'. Error in golden (line 3) plot(t,array...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why is there an error? Unbalanced or unexpected parenthesis or bracket.
Error: File: golden.m Line: 1 Column: 21 Unbalanced or unexpected parenthesis or bracket. function golden(sqrt(2),...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why is there an error when I called the function inputting the points
"Undefined function 'f' for input arguments of type 'double'. Error in linearinterp>refine (line 11) if abs((f(x1)+f(x2))/2-...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Undefined function or variable 'x'. Why is there an error?
%Undefined function or variable 'x'. Error in linearinterp (line 2) f=(exp(-x/2).*sin(x.^2+8));% function l...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Do I need to change to floating pts?
%Subscript indices must either be real positive integers or logicals. Error in linearinterp (line 5) plot(x, y, points, y(poin...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why is there arguments of type double?
function linearinterp x=linspace(-5, 2*pi, 30); y=exp((-x./2).*sin(x.^2+8)); %Error in linearinterp (line 4) %...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why is there error?
Error using exp Not enough input arguments. Error in linearinterp (line 3) y=exp.^(-x./2).*sin(x.^2+8); function lin...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
is there a problem with my operators???
EDU>> refine(0, 7, .1) Undefined function 'f' for input arguments of type 'double'. Error in refine (line 3) if abs((f(x1...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why do I keep running into errors???
function points=refine(x1, x2, tol) xm = (x1+x2)./2; if abs((f(x1)+f(x2))./2-f(xm))<tol points=[x1,x2]; else ...
etwa 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Why is there an error?
function chebyshev (a, b, numpolys) t=a:0.1:b; allp=zeros(numpolys, length(t)); for n=1:numploys x=(a+b)/2...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error: File: box.m Line: 23 Column: 21 Unbalanced or unexpected parenthesis or bracket.
function box(a,b,c) tol=10^(-15); X=[a;b;c]; Y=F(X); disp(' n a b c |F(X)|'); n=0; w...
etwa 12 Jahre vor | 2 Antworten | 0
