photo

梓希


Last seen: 4 mois il y a Actif depuis 2025

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

1 Question
0 Réponses

Discussions

1 Point fort

RANG
96 728
of 301 234

RÉPUTATION
0

CONTRIBUTIONS
1 Question
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 204

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 580

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
1 Point fort

NOMBRE MOYEN DE LIKES
0

Feeds

Afficher par

Discussion


I know line 4 goes wrong,but I don't know how to correct it. If anyone know it,I firmly hope to get your advice.
syms t y(t) eqn=diff(y,t)==t*y; cond=y(0)==2; ySol=dsolve(eqn,cond); disp('微分方程的解:') disp(ySol) fplot(ySol,[0,2]) title('...

5 mois il y a | 0

Question


I know line 4 goes wrong,but I don't know how to correct it. If anyone know it,I firmly hope to get your advice.
syms t y(t) eqn=diff(y,t)==t*y; cond=y(0)==2; ySol=dsolve(eqn,cond); disp('微分方程的解:') disp(ySol) fplot(ySol,[0,2]) title('...

5 mois il y a | 1 réponse | 0

1

réponse