About 738,000 results
Open links in new tab
  1. Histogram xlabel, ylabel, and title. - MATLAB Answers

    Dec 19, 2019 · You need to create the histogram plot prior to assigning labels and a title. Also, you are using the xlabel, ylabel, and title functions with the wrong syntax. What you are using …

  2. Customizing histogram plots - Undocumented Matlab

    Jan 17, 2018 · To make the labels and title more legible, we decrease the axes FontSize to 8 and remove the axes box: hAxes = hBar. Parent ; xtickformat ( hAxes, '%g%%' ) ; title ( hAxes, …

  3. How to Label Axis in Matlab: A Simple Guide

    To label axes in MATLAB, use the `xlabel` and `ylabel` functions to set the labels for the x-axis and y-axis, respectively. Here's a code snippet to demonstrate: % Example of labeling axes in …

  4. Modifying x and y axis in histogram MATLAB - Stack Overflow

    You can use gca to get the current axes of the image, and then modify the labels using the XTickLabel field. Alternatively you can use XTick to set the labels given a matrix of numbers. …

  5. Histogram - Histogram plot - MATLAB - MathWorks

    histogram(ax, ___) plots into the specified axes instead of into the current axes (gca). ax can precede any of the input argument combinations in the previous syntaxes. h = histogram( ___ …

  6. What is Histogram in MATLAB & How to Create it? - The …

    Apr 5, 2025 · b) Label Axes and Title: Always label the x-axis and y-axis and provide a descriptive title for the histogram. This makes your visualisation easier to understand, especially when …

  7. matlab histogram plotting: setting specific x-axis label

    Currently the x-axis is set to a number of bins, but is there a way to set each point of the x-axis to it's corresponding value? Like the first point of x-axis will be called (1,1), and the second point …

  8. Customizing axes tick labels - Undocumented Matlab

    Jan 24, 2018 · Setting axes tick labels format – Matlab plot axes ticks can be customized in a way that will automatically update whenever the tick values change. ... Customizing axes part 5 – …

  9. how make x and y -axis labels(titles) for histogram of an image?

    May 2, 2015 · i execute the following matlab code to display histogram of gray scale image with x-axis and y-axis names but i didnot get names in x-axis and y-axis labels. k=imhist(image) …

  10. How can I add labels (of values) to the top of my MATLAB plot?

    Sep 19, 2012 · I'm creating a histogram "manually" in MATLAB using the plot command on a dataset after using the hist command (where I can assign the output of the command to two …

  11. Some results have been removed
Refresh