Apr 16, 2008 #1 fglass Materials Joined Jul 20, 2006 Messages 30 Location MY I am trying to plot 2 separate graphs in MATLAB. Does anyone know the way to program it? Thanks
Apr 18, 2008 #2 SylvestreW Mechanical Joined Apr 11, 2005 Messages 203 Location CA 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. Upvote 0 Downvote
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.
Apr 28, 2008 Thread starter #3 fglass Materials Joined Jul 20, 2006 Messages 30 Location MY Thanks SylvestreW. It's "figure". I have figured out my problem. Upvote 0 Downvote