Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MATLAB - plot 2 figures

Status
Not open for further replies.

fglass

Materials
Jul 20, 2006
30
0
0
MY
I am trying to plot 2 separate graphs in MATLAB. Does anyone know the way to program it? Thanks
 
Replies continue below

Recommended for you

The command "subplot 121" (and subplot 122) will split the plot window into two.
Then there's "hold on" which will superimpose the plots.
Then there's "figure" which will open a new figure window.

Which do you want?

-
Syl.
 
Status
Not open for further replies.
Back
Top