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 comentarios

Steven Lord
Steven Lord el 15 de En. de 2020
Can you show the full text of the error message (all the text displayed in red)?
Zahra Ziaei
Zahra Ziaei el 15 de En. de 2020
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 el 15 de Ag. de 2020
Same problem even I got while using dsolve, pls help

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Mathematics en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 14 de En. de 2020

Comentada:

el 15 de Ag. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by