What is a 3x3 subwindow structure in matlab?

  • Context: MATLAB 
  • Thread starter Thread starter pvpkillerx
  • Start date Start date
  • Tags Tags
    3x3 Matlab Structure
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
pvpkillerx
Messages
22
Reaction score
0
I am confused as to what that means? Is that a coordinate system with 3 y-values?
 
Physics news on Phys.org
I'd hazard a guess that it just means making use of the subplot function to display multiple plots in the same figure:
http://www.mathworks.com/help/techdoc/creating_plots/brb46dv-1.html#brb46dv-3
 
Last edited by a moderator:
Ye, you're right. It was 9 graphs on the same window 3 rows and 3 columns. Thank you for the reply though :)