12.07.2015 Views

MATLAB Function Reference (Volume 2: Graphics)

MATLAB Function Reference (Volume 2: Graphics)

MATLAB Function Reference (Volume 2: Graphics)

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

semilogx, semilogyRemarksIf you do not specify a color when plotting more than one line, semilogx andsemilogy automatically cycle through the colors and line styles in the orderspecified by the current axes ColorOrder and LineStyleOrder properties.You can mix Xn,Yn pairs with Xn,Yn,LineSpec triples; for example,semilogx(X1,Y1,X2,Y2,LineSpec,X3,Y3)ExamplesCreate a simple semilogy plot.x = 0:.1:10;semilogy(x,10.^x)10 1010 910 810 710 610 510 410 310 210 110 00 1 2 3 4 5 6 7 8 9 10See Alsoline, LineSpec, loglog, plot2-434

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!