Error in solve (line 293)
显示 更早的评论
I have encountered with
Error in solve (line 293)
sol = eng.feval_internal('solve', eqns, vars, solveOptions);
some part of my code:
for n=1:47
for i=1:2
RHS=RHS+p(n,i)*x(n,[2*i-1:2*i]);
end
end
eq1=RHS(1,1)==LHS(1,1);
eq2=RHS(1,2)==LHS(1,2);
javab=solve([eq1, eq2],[b1, b2]);
3 个评论
Steven Lord
2020-1-15
Can you show the full text of the error message (all the text displayed in red)?
Zahra Ziaei
2020-1-15
Sundar Raam S
2020-8-15
Same problem even I got while using dsolve, pls help
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Mathematics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!