No BSD License
%% clc;close all; x=0.1:0.013:20; y=cos(x)./x; plot(x,y) axis([0 25 -5 20]) %% figure plot(x,y) xlim([0 25]) ylim([-5 20])
Contact us at files@mathworks.com