clc;clear;x=rand(1,9);y=rand(1,9);plot(x,y,'*');text(x,y,arrayfun(@(x)[' ' num2str(x)],1:length(x),'UniformOutput',0))