Error using mupadengine/feval Invalid equations.
显示 更早的评论
I am trying to solve differential equations,but getting the error:
Error using mupadengine/feval Invalid equations.
error dsolve>mupadDsolve (line 334)
T = feval_internal(symengine,'symobj::dsolve',sys,x,options);
error: dsolve (line 403)
sol = mupadDsolve(args, options);
error: test2 (line 42)
Psol(z)=dsolve(eqn,P0)

the variables v,alfa,n,A,keff,ns are defined and known before in the codes;
And there is an unknown parameter a included in P0;
I would like to get solutions with the unknown parameter a through dsolve;
I will appreciate for any help!
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Numerical Integration and Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!