I just got the matlab module working properly;
e.g.
img=imread('test.png');
works fine;
however the help on the functions (as suggested by the documentation in matlab contrib module) does not work (except for only "help cv" that works fine):
e.g.
help cv.imread
replies with: cv.imread not found.
any hint? I couldn't find any file with any help text inside the module/matlab folder