About 5,700 results
Open links in new tab
  1. Plotting multiple histograms in one figure - MATLAB Answers - MATLAB

    Apr 11, 2015 · After plotting the first histogram, you can use hold on to plot more histograms on top. If you're using Matlab 2014b or later, you can use the histogram function with 'facealpha' …

  2. How to display multiple histogram with one run - MATLAB

    Sep 17, 2020 · In my code, I have 25 combinations of my parameters (b=1:5; T=1:5) and I want to display every single combination as a histogram.

  3. MATLAB - Can you do a multiple histogram figure?

    Mar 4, 2011 · I want to make multiple plots of a histogram in one figure, like the subplot command, only with histograms. Is there a way to do this in MATLAB?

  4. 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 …

  5. gistlib - how to create two seperate histograms in matlab

    To create two separate histograms in Matlab, you can use the subplot function to create two subplots and then plot the histograms separately. Here is an example code: main.m

  6. Multiple vertical histograms plot in matlab - Stack Overflow

    Nov 2, 2018 · I want to make a plot of many vertical histogram plots into one figure, by importing excel-files, where on the y axis it has the elevation, the x axis the distance between the …

  7. Plotting histogram side by side in Matlab - Stack Overflow

    Jan 22, 2014 · You can use axis([xmin xmax ymin ymax]) to control the x and y axis and select a range that will display both histograms. Depending on what you want your plot to look like, you …

  8. Combining and Visualizing two histograms - MATLAB Answers

    Jul 12, 2022 · I am having histogram plot of (x,y) = (15, 1000), this belongs to one class. And also I am having histogram plot of (x,y) = (15, 1500) of another class. (here, x axis same, but y axis …

  9. Two histogram in one plot - MATLAB Answers - MATLAB

    Feb 16, 2024 · I am trying to draw multiple histogram in one plot using also if condition: if(ind==1) % HFD. elseif(ind==2) % mean. Unfortunately I receive for one case two different figures. …

  10. How to make 2 histograms in one plot, containing large data

    Nov 10, 2018 · Hi, I am trying to create a comparison plot- histograms of the temperature (its 2 files with 360 positions each) for 2 different cities in one figure. I created two variables: braT …

  11. Some results have been removed
Refresh