how to change slope of the grid line in logarithmic scale?
x=1:10;
y=exp(.3).*x.^(1); % equation 1
loglog(x,y);
grid on
I want to change the grid line of y axis with slope of equation 1.x=1:10;
y=exp(.3).*x.^(1); % equation 1
loglog(x,y);
grid on
I want to change the grid line of y axis with slope of equation 1. x=1:10;
y=exp(.3).*x.^(1); % equation 1
loglog(x,y);
grid on
I want to change the grid line of y axis with slope of equation 1. grid line, slope, logarithmic MATLAB Answers — New Questions