You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
% 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 .
General Information
- Version 1.0.0.0 (2.62 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
