matlab - Plot only the data points in the x axes -
matlab - Plot only the data points in the x axes -
it should have simple reply missing somehow.
i want plot info points in x axes. other points makes things more confusing.
here code:
figure(6); grid on; hold on; colorvec = hsv(length(crl)); = 1:(length(crl)-1) plot(dc,pathloadmatrix(i,:),'color',colorvec(i,:),'linewidth',2, 'marker','o'); end legend('crl 10%', 'crl 20%', 'crl 30%', 'crl 40%', 'crl 50%'); xlabel('no of dc'); ylabel('primary path load'); hold off;
try this: set( gca(), 'xtick', [2:6] )
an reply must @ to the lowest degree 30 characters, filler text.
matlab plot axes
Comments
Post a Comment