About 1,710,000 results
Open links in new tab
  1. Combine Multiple Plots - MATLAB & Simulink - MathWorks

    This example shows how to combine plots in the same axes using the hold function, and how to create multiple axes in a figure using the tiledlayout function.

  2. matlab - Multiple plots in one figure - Stack Overflow

    Jan 8, 2012 · If you want all plots on the same figure, call the figure command only once. Use the hold on command after the first call to the plot command so that successive calls to plot do not …

  3. Combine Plots in MATLAB: Documentation, Examples & Techni

    This example demonstrates how to combine multiple plots in a single figure in MATLAB. You can customize the plots further by adjusting colors, line styles, markers, and other properties.

  4. Plot multiple arrays within a cell on a single figure

    Sep 19, 2019 · I'm looking for a simplified method for plotting several matrices nested within a cell onto a single figure. Currently I'm using a for loop to cycle through the indices and plot each …

  5. MATLAB Lesson 5 - Multiple plots - UNSW Sites

    Sometimes you want a single figure containing several individual subplots. The MATLAB command. subplot(m, n, k) creates an m by n array of plots and positions you at plot number …

  6. How to Plot Multiple Plots in MATLAB - Delft Stack

    Mar 11, 2025 · Learn how to plot multiple plots in MATLAB using the figure command effectively. This article covers various methods, including subplotting and combining plots, to enhance …

  7. plot - Displaying multiple figures using matlab - Stack Overflow

    Oct 1, 2013 · Use a different number every iteration and it will create a new figure, or use hold on behind the plot command, to plot multiple graphs in the same figure. I'm using figure (k) (when …

  8. Plotting Multiple Data Series on the Same Figure in Matlab or …

    Mar 11, 2022 · In this video tutorial we discuss how to use the hold on function to plot multiple data series on the same figure in Matlab or Octave. We also discuss adding a legend which is …

  9. How to plot multiple graphs in one figure - MathWorks

    Jun 29, 2021 · subplot (m,n,i) creates an axes in the i^th position of an m-by-n grid. tiledlayout (m,n) creates an m-by-n grid upon which axes can be added using nexttile. See …

  10. How to plot multiple plot in the same figure inside for-loop

    Feb 5, 2020 · If so, you can make use of "fileDatastore", from which you can read the contents of different files in a loop, while plotting the results on the same axes. 'figure' should be initiated …

  11. Some results have been removed
Refresh