- 4,822
- 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
Edit: Figured it out