Is it normal for a code with 2 nested for loops to run for more than 2 hours ?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have a color image and I am using two for loops to separate pixel pairs. Its been running for the past 2 hours. Is it normal ? I have made sure there are no infinite loops.
댓글 수: 0
채택된 답변
Azzi Abdelmalek
2014년 3월 30일
That depends on the number of iterations and the task done each iteration. You didn't give enough details
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!