errorbarxy

Plot error bars in x and y

https://github.com/cthissen/errorbarxy

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

errorbarxy plots errors in both x and y. Errors can be asymmetric and vary by point. No toolboxes required.
Usage is simple:
x = linspace(0,2,20);
y = sin(2*pi*x);
dx = 0.1*ones(size(x));
dy = 0.3*ones(size(x));
plot(x,y);
errorbarxy(x,y,dx,dy);

Additional examples here: https://github.com/cthissen/errorbarxy

引用

Christopher Thissen (2026). errorbarxy (https://github.com/cthissen/errorbarxy), GitHub. に取得済み.

謝辞

ヒントを得たファイル: HERRORBAR, errorbarxy, xyerrorbar, errorbarxy, ploterr, Plot data with error bars on both x and y axes, errbar

ヒントを与えたファイル: superbar

カテゴリ

Help Center および MATLAB AnswersErrorbars についてさらに検索

MATLAB リリースの互換性

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

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

  • Windows
  • macOS
  • Linux

GitHub の既定のブランチを使用するバージョンはダウンロードできません

バージョン 公開済み リリース ノート Action
1.0.0.0

updated description
updated description

updated description
updated description
updated description

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。