shplot

Lightweight implementation of shaded error-bar plot
ダウンロード: 145
更新 2018/1/15

ライセンスの表示

This function creates a shaded error-bar plot. It is a lightweight implementation of 'shadedErrorBar' by Rob Campbell intended to be used as a local function in other scripts. It reduces the functionality to a bare minimum in order to fit the entire script into (effectively) 11 lines of code.

引用

Marcin Konowalczyk (2024). shplot (https://www.mathworks.com/matlabcentral/fileexchange/64990-shplot), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2014b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersErrorbars についてさらに検索
謝辞

ヒントを得たファイル: raacampbell/shadedErrorBar

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.2.2.0

bugfix in the `semilogx` and `semilogy` wrappers

1.2.0.0

added wrappers for matlabs `loglog`, `semilogx`, and `semilogy` functions

1.1.3.0

bugfix on line 20 ( abs(e) -> abs(e(:))

1.1.2.0

chnaged the title back to 'shplot'

1.1.0.0

added varargout functionality so that the function doesn't spam the console when used without the `H` output

1.0.0.0