Ilaplace and simplify and more roots

3 Ansichten (letzte 30 Tage)
john
john am 26 Apr. 2014
Kommentiert: john am 27 Apr. 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 Kommentar
john
john am 27 Apr. 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

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by