How to include imtool function in Matlab 7.0
조회 수: 2 (최근 30일)
이전 댓글 표시
I am using Matlab 7.0 .I want to use imtool(); Its giving following error Undefined command/function 'imtool'. How can i include this function in my matlab?
댓글 수: 0
채택된 답변
samir
2012년 3월 27일
type ver in command window and see if you have Image Processing Toolbox(that is needed for imtool)
or go to start in matlab -> toolboxes->(if needet go more ) and find Image Processing Toolbox (that is needed if you dont have this than you cannot use imtool)
댓글 수: 2
Walter Roberson
2012년 3월 27일
Sending you the file would violate MATLAB license agreements.
imtool was introduced in Image Processing Toolbox release 5.0, which was for MATLAB R14, which is MATLAB 7.0 which is the version you indicate you have.
Perhaps you need to reinstall the Image Processing Toolbox.
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!