function wb_supervisor_field_insert_mf_vec2f(fieldref, index, values) % Usage: wb_supervisor_field_insert_mf_vec2f(fieldref, index, values) % Matlab API for Webots % Online documentation is available here assert(numel(values) == 2, 'Invalid ''values'' argument: 1x2 or 2x1 array expected'); calllib('libController', 'wb_supervisor_field_insert_mf_vec2f', fieldref, index, values);