Ilaplace and simplify and more roots

2 次查看(过去 30 天)
john
john 2014-4-26
评论: john 2014-4-27
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 个评论
john
john 2014-4-27
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

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by