Statistiques
4 Questions
0 Réponses
RANG
178 787
of 301 891
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
75.0%
VOTES REÇUS
0
RANG
of 21 446
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 177 175
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 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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Error using solve function
solve function for code Gives the error: unable to find explicit solution. x1 = input('Input volume of tank in gal...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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)....
presque 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
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(...
presque 4 ans il y a | 1 réponse | 0
