필터 지우기
필터 지우기

imshow() not working on mac

조회 수: 3 (최근 30일)
Evan Khan
Evan Khan 2015년 1월 19일
답변: Ken Atwell 2015년 1월 20일
I have Matlab 2014a and am running OSX Yosemite. Imshow() isn't even showing up in the help directory when I try to look it up. How can I fix this problem?

답변 (1개)

Ken Atwell
Ken Atwell 2015년 1월 20일
My guess is that Image Processing Toolbox is not installed.
imshow used to be part of the Image Processing Toolbox, and was moved into base MATLAB for the R2104b release. You can see mention of this in the "Graphics" section of the R2104b release notes. So, to use imshow in R2014a and earlier, you would need Image Processing Toolbox in addition to MATLAB.
If you are unsure what products you have installed, type:
>> ver

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by