把X,Y轴均标记:
str=[repmat(' X:',5,1) num2str(x') repmat(', Y:',5,1) num2str(y')];
//这里的5,表示标记几个点str=[repmat(' X:',5,1) num2str(x')把X,Y轴均标记:
str=[repmat(' X:',5,1) num2str(x') repmat(', Y:',5,1) num2str(y')];
//这里的5,表示标记几个点str=[repmat(' X:',5,1) num2str(x')