Feeds
提问
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...
4 years 前 | 1 个回答 | 0
提问
4 years 前 | 1 个回答 | 0