'Undefined function' error attempting to use R2013b+ toolbox listed under "ver" while running R2013b
Show older comments
Attempting to run the detectMSERFeatures function under R2013b returns the following:
>> I = imread('cameraman.tif'); >> regions = detectMSERFeatures(I);
Undefined function 'detectMSERFeatures' for input arguments of type 'uint8'.
output of ver:
>> ver
----------------------------------------------------------------------------------------------------
MATLAB Version: 8.2.0.701 (R2013b) MATLAB License Number: •••••• Operating System: Linux 2.6.32-431.29.2.el6.x86_64 #1 SMP Sun Jul 27 15:55:46 EDT 2014 x86_64 Java Version: Java 1.7.0_11-b21 with Oracle Corporation Java HotSpot™ 64-Bit Server VM mixed mode
----------------------------------------------------------------------------------------------------
MATLAB Version 8.2 (R2013b)
Simulink Version 8.2 (R2013b)
Aerospace Blockset Version 3.12 (R2013b)
Aerospace Toolbox Version 2.12 (R2013b)
Bioinformatics Toolbox Version 4.3.1 (R2013b)
Communications System Toolbox Version 5.5 (R2013b)
--> Computer Vision System Toolbox Version 5.3.1 (R2013b+)
Any suggestions?
Thanks,
-Jeff
2 Comments
Geoff Hayes
on 6 Nov 2014
In the Command Window, type
which detectMSERFeatures -all
to display the full path for this function. Since I don't have the Computer Vision System Toolbox, I see
'detectMSERFeatures' not found.
William
on 6 Nov 2014
Answers (1)
Sean de Wolski
on 6 Nov 2014
1 vote
Contact MathWorks' installation team.
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!