Unable to to use image processing tools
显示 更早的评论
Hi there,
When I try to use something like:
imrotate or imtool
in matlab 2015b, it gives me the following error:
Undefined function or variable 'imrotate'
Undefined function or variable 'imtool'
Because I was very desperate to find the solution, I researched a bit about this problem and also tried
>> which imtool
'imtool' not found.
I am still stuck and have no idea what to do.
One last thing I tried was the following:
>> license('test','image_toolbox')
ans =
1
>> addpath(genpath([matlabroot '\toolbox\images\']))
>> savepath
Warning: Unable to save path to file 'C:\Program
Files\MATLAB\R2015b\toolbox\local\pathdef.m'. You can
save your path to a different location by calling
SAVEPATH with an input argument that specifies the full
path. For MATLAB to use that path in future sessions,
save the path to 'pathdef.m' in your MATLAB startup
folder.
> In savepath (line 204)
Also, when I tried changing the path to say desktop, I kept getting the same warning. Can someone please help? What am I doing wrong? How do I solve this!
Thanks
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 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!