patchCI

版本 1.0.0 (1.4 KB) 作者: Manash Sahoo
A function to automatically patch upper and lower confidence intervals.
5.0 次下载
更新时间 2023/6/14

查看许可证

Patching confidence intervals using the patch() function requires performing a left-right flip on both the X component and upper portion of confidence intervals, which can be difficult to remember.
This function automatically patches your confidence intervals to a given target figure. This function does not calculate confidence intervals.
Example:
upper = (1:10) + 2;
lower = (1:10) - 2;
mean = 1:10;
x = 1:10;
fig = figure;
plot(x,mean,'LineWidth',2);
patchCI(fig,x,upper,lower,'k',.3)

引用格式

Manash Sahoo (2024). patchCI (https://www.mathworks.com/matlabcentral/fileexchange/131099-patchci), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2022b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0