shplot
版本 1.2.2.0 (1.8 KB) 作者:
Marcin Konowalczyk
Lightweight implementation of shaded error-bar plot
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 (2026). shplot (https://ww2.mathworks.cn/matlabcentral/fileexchange/64990-shplot), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2014b
兼容任何版本
平台兼容性
Windows macOS Linux类别
- MATLAB > Graphics > 2-D and 3-D Plots > Line Plots > Errorbars >
在 Help Center 和 MATLAB Answers 中查找有关 Errorbars 的更多信息
标签
致谢
| 版本 | 已发布 | 发行说明 | |
|---|---|---|---|
| 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 |
