ImageJ-Matlab 对imageJ得到的lineprofile数据进行分析

function[] = lineprofile()

pix = 25*1000/1024; %nm
L = 1.5;
L_c = [0 0 0];
T1 = readmatrix("Plot Values_LEEM.csv");
T2 = readmatrix("Plot Values_pp.csv");
T3 = readmatrix("Plot Values_ip80.csv");
T4 = readmatrix("Plot Values_ip170.csv");
Len_x = T1(:,1)*pix;
L1 = T1(:,2);
L2 = T2(:,2);
L3 = T3(:,2);
L4 = T4(:,2);

% stripe position
x1 = 85*25/15;
x2 = 150*25/15;
x3 = 250*25/15;
x4 = 330*25/15;
x5 = 545*25/15;
x6 = 615*25/15;
x7 = 703*25/15;
x8 = 825*25/15;
x9 = 960*25/15;
x10 = 1030*25/15;

h1 = figure(1);
hold on
box on
plot([x1 x1],[min(L1)*0.5 max(L1)*1.1],'--','linewidth',L,'color',L_c)
plot([x2 x2],[min(L1)*0.5 max(L1)*1.1],'--','linewidth',L,'color',L_c)
plot([x3 x3],[min(L1)*0.5 max(L1)*1.1],'--','linewidth',L,'color',L_c)
plot([x4 x4],[min(L1)*0.5 max(L1)*1.1],'--','linewidth',L,'color',L_c)
plot([x5 x5],[min(L1)*0.5 max(L1)*
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

NBb-666

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值