About 2,060,000 results
Open links in new tab
  1. subplot - Create axes in tiled positions - MATLAB - MathWorks

    subplot(m,n,p) divides the current figure into an m -by- n grid and creates axes in the position specified by p. MATLAB ® numbers subplot positions by row. The first subplot is the first …

  2. Make subplot square in MATLAB - Stack Overflow

    I have put 3 graphs in one line, how to make them all square I use a for-loop for subplot for iter = 1:3 subplot(1,3,iter) end Could anyone just give me some simple sample code, I could copy?

  3. Create tiled chart layout for displaying subplots - MATLAB

    This MATLAB function creates a tiled chart layout for displaying multiple plots, also called subplots, in the current figure.

  4. How can I move several existing plots to one subplot in MATLAB?

    I have a function, myFunkyFigure, that takes in data, does some funky things, and returns an axis object for the figure it produces. I would like to be able to invoke this function twice, creating...

  5. sgtitle - Add title to grid of plots - MATLAB - MathWorks

    This MATLAB function adds a title above the grid of subplots in the current figure.

  6. plot - Subplot problems in matlab - Stack Overflow

    I am working on a problem in matlab where I am asked to plot an age distribution for 100 years, requiring 100 plots. I am looking to create 5 separate plots with 20 subplots in each for a total …

  7. Plotting a subplot within another subplot in MATLAB

    Jul 5, 2016 · I am attempting to plot a subplot within another subplot in MATLAB. The problem is that the final subplot shows only portions of the smaller subplot. After some searching on the …

  8. subplot within a subplot - MATLAB Answers - MATLAB Central

    Jul 2, 2012 · Instead of having 3 figures, is it possible to have the subplots within the same figure window (i.e. subplot (2,2,i))

  9. How can I set subplot size in MATLAB figure? - Stack Overflow

    Jan 10, 2017 · How can I set subplot size in MATLAB figure? Asked 11 years, 6 months ago Modified 8 years, 11 months ago Viewed 116k times

  10. How can I insert a title over a group of subplots? - MATLAB

    How can I insert a title over a group of subplots?. Learn more about supertitle, super, subplot MATLAB