Difference between revisions of "Matlab Plotting"

From Sutherland_wiki
Jump to: navigation, search
(New page: Category:Matlab == X-Y Line Plots == === Basics === === Adding Axis Labels === === Multiple Lines on a Graph === ==== Adding a Legend ==== === Log-Scale Plots === * semilogx * se...)
 
m
Line 1: Line 1:
 
[[Category:Matlab]]
 
[[Category:Matlab]]
  
 +
{{Stub|page}}
  
 
== X-Y Line Plots ==
 
== X-Y Line Plots ==

Revision as of 09:56, 18 August 2008


Warn.jpg
This page is a stub and needs to be expanded.
If you can provide information or finish this page you're welcome to do so and then remove this message afterwards.

X-Y Line Plots

Basics

Adding Axis Labels

Multiple Lines on a Graph

Adding a Legend

Log-Scale Plots

  • semilogx
  • semilogy
  • loglog

Subplots

Fine-Tuning

  • Adding a grid
  • Changing axis ranges


Contour & Surface Plots

Histograms & Bar Graphs