confplot

Extending ERRORBAR, it plots a line within a shaded area, as 'continuous' confidence/error bounds.
10,4K download
Aggiornato 11 apr 2016

Visualizza la licenza

Nota dell'editore: This file was a File Exchange Pick of the Week

CONFPLOT is a linear plot utility, extending ERRORBAR to represent continuous confidence/error boundaries as a shaded gray area around the plotted line (i.e. taking advantage of the command 'area').
CONFPLOT(X,Y,L,U) plots the graph of vector X vs. vector Y with 'continuous' confidence/error boundaries specified by the vectors L and U. L and U contain the lower and upper error ranges for each point in Y. The vectors X,Y,L and U must all be the same length.

Cita come

Michele Giugliano (2024). confplot (https://www.mathworks.com/matlabcentral/fileexchange/2683-confplot), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R12
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Histograms in Help Center e MATLAB Answers
Riconoscimenti

Ispirato: errorshade, errorfill, confplot_t, boundedline.m

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

BSD License update.