MATLAB
***
一、非均匀数据等间隔坐标
比如:{1/3000,1 /2500,1/1000,1/500,1/300,1/100,1/10,1}
ind=1:Lamda_length;
plot(ind,PS,'-*');
set(gca,'XTick',ind);
set(gca,'XTickLabel',{'1/3000','1 /2500','1/1000','1/500','1/300','1/100','1/10','1'})

二、显示各个点的坐标
![](https://i.imgur.com/VfExKBv.png)
posted on 2019-04-03 21:30  CGJ_Coco  阅读(121)  评论(0编辑  收藏  举报