Image processing toolbox not working
18 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File 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!
