Ilaplace and simplify and more roots

2 visualizaciones (últimos 30 días)
john
john el 26 de Abr. de 2014
Comentada: john el 27 de Abr. de 2014
For numeric solution I use and it works:
s=ilaplace(result(i,1));
s=feval(symengine, 'float', s);
syms t 'real'
s=vpa(sqrt(2)*real(s),4);
but now I have problem with command simplify. If I use this command, than Matlab stop working, not responding.
s=simplify(s)
What is wrong?
  1 comentario
john
john el 27 de Abr. de 2014
Only during first calculation it takes aprox. 2 minutes. All next calculation take aprox 1 second?
Why?
Matlabu GUI has for it any memory? For results or what?
Thank you

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by