Statistica
MATLAB Answers
1 Domanda
0 Risposte
RANK
214.567
of 301.472
REPUTAZIONE
0
CONTRIBUTI
1 Domanda
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 174.655
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Plotting an implicit solution obtained by differential equation in MATLAB
syms y(x) ode=diff(y,x)*(2+x-3*y^2)==(6*x^2-y+3); cond=y(0)==3; ySol(x)=dsolve(ode,cond); fplot(ySol(x)); Hello, when I exe...
circa 4 anni fa | 1 risposta | 0