MATLAB imshow에서 tight bound
MATLAB에서 imshow를 했을 때 boundary 빈공간이 생기는데 이걸 없애주는 설정 코드. 커맨드 창에 입력하면 된다. 이름을 보면 알겠지만 image processing toolbox의 preference를 변경하는 것이니 다른 plot이나 figure에서는 안된다. iptsetpref('ImshowBorder','tight') 출처: http://www.mathworks.co.kr/kr/help/images/ref/iptsetpref.html
스크랩/유용한
2013. 6. 17. 14:27