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.

1 view (last 30 days)
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

Answers (0)

Products


Release

R2016a

Community Treasure Hunt

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

Start Hunting!