@@ -26,4 +26,4 @@ A : The ReadIMX package is missing or it hasn't been added to the MATLAB path. F
**Q : I get an error message "Undefined function or variable 'tiledlayout'" when I try to plot the images.**\
A : tiledlayout is implemented in MATLAB R2019b+.\
**Q : I get an error message "Undefined variable "images" or class "images.internal.builtins.cannyFindLocalMaxima"" when I try to run the edge detection script.**\
A : Non-maxima suppression is done using the built-in MATLAB function "cannyFindLocalMaxima" (i.e., see source code of the built-in function edge.m). It is defined differently in older versions of MATLAB which is why this error message may come up. Updating to a newer release is recommended.
A : Non-maxima suppression is done using the built-in MATLAB function "cannyFindLocalMaxima" (i.e., see source code of the built-in function edge.m). It is defined differently in older versions of MATLAB which is why this error message may come up. Updating to a newer release is recommended.