Trouble with function returning a variable which has a image set
이전 댓글 표시
I have a function which creates patches for the given image. It returns a cell which contains all the patches. If the image I pass is of some format 350*350*3. It works well but if the image is of format 256*150 , it returns the cell with empty images. Funny thing is if i debug the code it create the patches inside the cell fine , but when its returning those patches inside the cell, the cell becomes empty. Code Attached
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!