Having issues with loops inside function.
이전 댓글 표시
I want to create a function for finding the bounding box of images(rgb). The code works fine when I have it as a part of the main script. But when I implement it as a function it returns the value which I initialized with and not the values computed after the loops are executed. Which is why I have dummy variables and then assigning the return variables with their values. But this doesnt help me either.
댓글 수: 5
Geoff Hayes
2015년 4월 5일
Balakrishnan - please provide some code so that we can get an idea of what you have attempted and how best to go about solving the problem. Or just provide the function signature and how you are calling this function.
Balakrishnan Rajan
2015년 4월 5일
편집: dpb
2015년 4월 5일
dpb
2015년 4월 5일
Have you stepped through with the debugger to check on the logic/values inside the function?
Looks like the loops could be replaced entirely with a suitable use of find and the 'first','last' optional inputs, btw.
Balakrishnan Rajan
2015년 4월 5일
Balakrishnan Rajan
2015년 4월 5일
답변 (0개)
카테고리
도움말 센터 및 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!