Statistik
4 Fragen
0 Antworten
RANG
275.528
of 301.261
REPUTATION
0
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
75.0%
ERHALTENE STIMMEN
0
RANG
of 21.209
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 173.690
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, data must be numeric, array convertible to double
Why is it giving error for the last line to plot? Error using plot: data must be numeric datetime duration or an array convert...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error using solve function
solve function for code Gives the error: unable to find explicit solution. x1 = input('Input volume of tank in gal...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
2nd 3rd derivatives
trying to plot first 3 derrivatives for the following function: y = exp(-3.*x) x = [-2:0.01:1]; y = exp(-3.*x); dy=diff(y)....
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
undefined function 'piecewise' for input arguments of type 'double'.
Trying to run this piecewise function: x = [-5:0.1:5]; y = piecewise(x <= 1, ((-2.*(x.^2))+9.*x-7), double(x) > 1, ((10.*sqrt(...
mehr als 3 Jahre vor | 1 Antwort | 0
