'Undefined function' error attempting to use R2013b+ toolbox listed under "ver" while running R2013b
Ältere Kommentare anzeigen
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 Kommentare
Geoff Hayes
am 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
am 6 Nov. 2014
Antworten (1)
Sean de Wolski
am 6 Nov. 2014
1 Stimme
Contact MathWorks' installation team.
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!