Error in solve (line 293)

1 回表示 (過去 30 日間)
Zahra Ziaei
Zahra Ziaei 2020 年 1 月 14 日
コメント済み: Sundar Raam S 2020 年 8 月 15 日
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 件のコメント
Zahra Ziaei
Zahra Ziaei 2020 年 1 月 15 日
Error using mupadengine/feval_internal (line 172)
Out of memory.
Error in solve (line 293)
sol = eng.feval_internal('solve', eqns, vars, solveOptions);
Error in ml (line 48)
javab=solve([eq1, eq2],[b1, b2]);
Sundar Raam S
Sundar Raam S 2020 年 8 月 15 日
Same problem even I got while using dsolve, pls help

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeMathematics についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by