If you want the area between ‘abb_per’ and 100 filled, use the patch function.
Try this:
figure
patch([n fliplr(n)],[abb_per; ones(size(abb_per))*100].','b')
producing:
.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!