Statistiques
1 Question
0 Réponses
RANG
288 130
of 301 261
RÉPUTATION
0
CONTRIBUTIONS
1 Question
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 209
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 690
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
Every time I run this code, I get "Error using plot Vectors must be the same length.
% a) Solución analítica syms y(x) ode = diff(y,x) == y * x^2 - 1.1 * y; cond = y(0) == 1; ySol(x) = dsolve(ode, cond); % ...
presque 3 ans il y a | 1 réponse | 0