Cannot find an exact (case-sensitive) match for '~~'
显示 更早的评论
I wrote the function, M-file. It makes a variable which save histogram of input arguments. And, I saved M-file at C:\Program Files\MATLAB\R2012a\bin
It is first part of m-file. function hist = ExHist( img )
so, In command window, I made a variable which saves image information. inImg = imread('~~~~~');
and, His = Exhist( inImg );
But, it occurs error.
Cannot find an exact (case-sensitive) match for 'Exhist'
The closest match is: ExHist in C:\Program Files\MATLAB\R2012a\bin\ExHist.m
I don't know how to do..
采纳的回答
更多回答(1 个)
nadia oulefki
2018-4-16
0 个投票
this is my error cannot find an exact (case-sensitive) match for function the closest match is:functionin C:\program files\matlab\R2013a\toolbox\matlab\lang\function.m
pleaaase any one help me
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Report Generator 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!