• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

mat lab question

plot. hold, plot
does multiple in same graph

subplot(x,y,z), plot
does multiple in a window

you can combine.. for more info, do help on them
 
It wasn't a RTFM comment. It was a 7am and I shouldn't be awake so I can't give any more details right now comment. I wouldn't expect you to find these things in the help in matlab. It is annoying and I had to be told too.
 
The matlab "help" command is great. Most of the commands are pretty intuitive, for example, when you want to plot something, the obvious command is "plot." So you don't really know the arguments to do it, just type "help plot." Simple as that. Underneath that would be a section with "See Also" that usually can lead you in the direction you want. Matlab is such a great program.
 
Back
Top