Statistik
6 Fragen
0 Antworten
RANG
108.431
of 301.552
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
16.67%
ERHALTENE STIMMEN
0
RANG
of 21.321
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 175.320
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
Error using plot Vectors must be the same length. Error in Untitled11 (line 40) plot([xn xn],[ymin ymax],'r-','Linewidth',2)
function bisection_method() myfunc = input ('myfunc: '); A(1) = input('A: '); B(1) = input('B: '); e(1) = in...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Undefined function or variable 'func'. Error in Untitled8 (line 23) FC(i) = func(C(i));
function bisection_method() A(1) = input('A: '); B(1) = input('B: '); e(1) = input('error : '); n = input('loop for n: '...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I would like the program to display square like this
I would like the program to display square like this i A B C e ...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Write Tabular Data to Text File Write a short table of the exponential function to a text file called exp.txt.
A = input('Enter A: '); B = input('Enter B: '); func = @(x) exp(x)-2*cos(x); e = 1; while e...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Hi all,I tried to work on bisection method.However,that is an error at the loop.Please help me correct them.Thank you
A=input('Enter A: '); B=input('Enter B: '); func =input('function : '); error = input('error : '); e=100; whil...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I want to loop by giving the C stops at a value less than 0.0001.
Hi all, I tried to work on bisection method. However, that is an error at the loop. Please help me correct them. Thank you, ...
fast 11 Jahre vor | 1 Antwort | 0
