23.12.2012 Views

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Examples The statements<br />

axis off turns off all axis lines, tick marks, and labels.<br />

axis on turns on all axis lines, tick marks, and labels.<br />

[mode,visibility,direction] = axis('state') returns three strings<br />

indicating the current setting of axes properties:<br />

Output Argument Strings Returned<br />

mode 'auto' | 'manual'<br />

visibility 'on' | 'off'<br />

direction 'xy' | 'ij'<br />

mode is auto if XLimMode, YLimMode, and ZLimMode are all set to auto. If<br />

XLimMode, YLimMode, or ZLimMode is manual, mode is manual.<br />

x = 0:.025:pi/2;<br />

plot(x,tan(x),'-ro')<br />

axis<br />

2-119

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

Saved successfully!

Ooh no, something went wrong!