barStd(data, varargin)

bar graph with standard deviation

You are now following this Submission

% Plots data with mean, standarddeviation as well as the data
% points.
%
% 'faceColor' -> Color of the boxes. Standard: [0.4 0.4 0.4]
% 'meanColor' -> Color of mean line. Standard: [0 0 0]
% 'icrColor' -> Color of the standarddeviation lines. Standard: [0 0 0]
% 'dataPointsColor' -> Color of data points. Standard: [0.5 0.5 0.5]
% 'showBox' -> Determines if boxes are drawn. Standard: 'true'
% 'label' -> Label of x-axis. Standard: '1', '2', ...
%
% EXAMPLE
% data = rand(10,4);
% meanPlot(data, 'faceColor', [0.2 0.8 0.4], 'icrColor', [1 0 0], 'showBox', true, 'label', {'tea', 'beer', 'wine', 'coke'})
%
% latest update: 19.02.2018

Cite As

Steffen Hacker (2026). barStd(data, varargin) (https://in.mathworks.com/matlabcentral/fileexchange/66110-barstd-data-varargin), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Graph and Network Algorithms in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0