confplot

Extending ERRORBAR, it plots a line within a shaded area, as 'continuous' confidence/error bounds.

現在この提出コンテンツをフォロー中です。

編集メモ: 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.

引用

Michele Giugliano (2026). confplot (https://jp.mathworks.com/matlabcentral/fileexchange/2683-confplot), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを与えたファイル: errorshade, errorfill, confplot_t, boundedline.m

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0

BSD License update.