Feeds
提问
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); % ...
3 years 前 | 1 个回答 | 0
提问
3 years 前 | 1 个回答 | 0