patchCI
                    Versión 1.0.0 (1,43 KB) por  
                  Manash Sahoo
                
                
                  A function to automatically patch upper and lower confidence intervals.
                
                  
              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)
Citar como
Manash Sahoo (2025). patchCI (https://es.mathworks.com/matlabcentral/fileexchange/131099-patchci), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
              Se creó con
              R2022b
            
            
              Compatible con cualquier versión
            
          Compatibilidad con las plataformas
Windows macOS LinuxEtiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.0.0 | 
