Image processing toolbox not working

18 views (last 30 days)
Jan
Jan on 26 Feb 2021
Edited: Walter Roberson on 1 Mar 2021
Hello,
I installed matlab with the image processing toolbox, but it doesn't work.
When I try to use the toolbox's functions matlab can't find them:
>> dicomread
Undefined function or variable 'dicomread'.
The ver command doesn't show the imaging toolbox as being installed:
-----------------------------------------------------------------------------------------------------
MATLAB Version 9.5 (R2018b)
Simulink Version 9.2 (R2018b)
RF Toolbox Version 3.5 (R2018b)
Signal Processing Toolbox Version 8.1 (R2018b)
Statistics and Machine Learning Toolbox Version 11.4 (R2018b)
Symbolic Math Toolbox Version 8.2 (R2018b)
However, the license command tells me the opposite.
>> license('test', 'image_toolbox')
ans =
1
>> license('checkout','image_toolbox')
ans =
1
Thanks for your help.
  9 Comments
Jan
Jan on 1 Mar 2021
I had to add the folder C:\Program Files\MATLAB\R2020b\toolbox\images by hand, now it works.
Unlike for the RF toolbox matlab didn't add it to the path for the signal processing toolbox automatically for some reason...
Jan
Jan on 1 Mar 2021
Edited: Walter Roberson on 1 Mar 2021
>> ver
-----------------------------------------------------------------------------------------------------
MATLAB Version: 9.9.0.1592791 (R2020b) Update 5
MATLAB License Number: 6XXXXXXXX
Operating System: Microsoft Windows 10 Enterprise Version 10.0 (Build 18362)
Java Version: Java 1.8.0_202-b08 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
-----------------------------------------------------------------------------------------------------
MATLAB Version 9.9 (R2020b)
Simulink Version 10.2 (R2020b)
Image Processing Toolbox Version 11.2 (R2020b)
RF Toolbox Version 4.0 (R2020b)
Statistics and Machine Learning Toolbox Version 12.0 (R2020b)
Symbolic Math Toolbox Version 8.6 (R2020b)

Sign in to comment.

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!