MATLAB question

  • Thread starter Kylehnat
  • 0 comments
  • 369 views
Status
Not open for further replies.

Kylehnat

Z#
Premium
4,822
United States
Concord, CA
kylehnat
Is there a way to display two (or more) different plots in MATLAB at the same time? I know the "plot()" command, but it seems that it can only display one plot at a time, even if i tell it to plot two different things in the same script. It's not a huge problem, but it's sort of annoying to have to keep one plot command in commenting brackets, plot and print the other graph, then put THAT plot command in comment, and then run the script again to get the other graph.

Edit: Figured it out :)
 
Status
Not open for further replies.
Back