Help with root folder/fullfule...
显示 更早的评论
Hi all. I am new to Matlab--I really only need to use it to run this one toolbox that will control the luminance of images. I have followed instructions to load the toolbox, but when I try to run it to edit the images, I get this error:
Error using SHINE (line 245) No images found. Please check pathnames and file format.
The manual for the toolbox says, to troubleshoot this, I should type "matlabroot" to double check locations/the root folder. I get this:
/Users/*mynamehere*/Documents/MATLAB/work/MATLAB_R2016a.app
In the toolbox program, here is the root that it specifies:
fullfile(matlabroot,'work','SHINEtoolbox','SHINE_INPUT');
I think the problem is that the matlabroot paths are not matching up, however, I do not know how to fix the problem. Any help/advice is greatly appreciated!!!
Note: the toolbox I need (SHINE folder) is in the work folder, which is in the MATLAB folder. The Matlab application itself is in the work folder as well.
回答(1 个)
Guillaume
2016-9-5
0 个投票
Your matlabroot looks unusual to me. It normally is something like C:\Program Files\MATLAB\R2016a.
No matter, if your matlabroot is indeed /Users/*mynamehere*/Documents/MATLAB/work/MATLAB_R2016a.app, then your toolbox is looking for images in /Users/*mynamehere*/Documents/MATLAB/work/MATLAB_R2016a.app/work/SHINEtoolbox/SHINE_INPUT. Make sure that you put your images there (and that they're the correct format.
类别
在 帮助中心 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!