Why is matlab always stuck in busy state?

조회 수: 1 (최근 30일)
Ece Balkan
Ece Balkan 2016년 6월 19일
댓글: Image Analyst 2016년 6월 29일
Recently i have a problem with matlab that whenever my code contains of even simple loops then it is stuck during execution in busy state so i can not go any further. I use matlab 2015a on Dell XPS with ubuntu 16.04 Lts. I am also a beginner to matlab but i have never had that kind of problem before even with looping over large matrices. Any help would be appreciated.
  댓글 수: 2
Geoff Hayes
Geoff Hayes 2016년 6월 19일
Ice - is this is a problem with all loop or just certain ones? Please provide an example that exhibits this behaviour.
Image Analyst
Image Analyst 2016년 6월 29일
Is it a for loop or a while loop? It would not be that common with a for loop, but happens frequently with while loops because beginners don't know to put in a failsafe and thus get infinite loops. We'd have to see the code in order to fix it.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by