function depth = wb_range_finder_image_get_depth(image,width,x,y) % Usage: wb_range_finder_image_get_depth(image,width,x,y) % Matlab API for Webots % Online documentation is available here depth = image(x,y);