Matlab freezes on simple calculation?
이전 댓글 표시
This is the kind of code I am trying to calculate:
syms s x
Y = 1/(s^2+3);
x = ilaplace(Y)
When I try to run this, matlab just keeps running up until the point my pc freezes fully. And I do mean fully, hard reset is the only thing possible.
What is causing this?
Ty!
답변 (1개)
Ameer Hamza
2018년 5월 31일
편집: Ameer Hamza
2018년 5월 31일
1 개 추천
This issue is caused by recent Windows 10 update. You can refer to this bug report and download the MATLAB update to fix the issue.
카테고리
도움말 센터 및 File Exchange에서 Calculus에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!