how several improfiles will be saved in one two-dimensional matrix for interpolating the resulting improfile. Attached is an image of what I currently have.

2 次查看(过去 30 天)
figure (30),imshow(out);
figure (31), hold on
for i=1:45
x=[170-5*i/sqrt(2),645-5*i/sqrt(2)];
y=[20+5*i/sqrt(2),495+5*i/sqrt(2)];
prof=improfile(out,x,y);
figure(31), plot(prof);
end
hold off

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

产品


版本

R2016a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by