Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
BarsWithError
This function plots standard bar plots with corresponding errorbars. The need for such a function has been great for me especially to quickly visualize data.
Y = [1:1:10;2:2:20];
YError = [1 1 1 1 1 1 1 1 1 1 ; 2 2 2 2 2 2 2 2 2 2];
[hBars,hError] = BarsWithError(Y,YError,YError,'random',{'Group 1','Group 2'},'Sample Bar Chart')
Neatly plots Bar plots with corresponding errorbars which are also fed into the function, future versions will take as input only a matrix and errorbars will be calculated in situ. I hope the script is useful for all other users. I cannot be responsible for gray hair, financial gain or loss from this function.
Citar como
Chandramouli Chandrasekaran (2026). BarsWithError (https://es.mathworks.com/matlabcentral/fileexchange/8421-barswitherror), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspiración para: superbar, barerrorbar(varargin)
Información general
- Versión 1.0.0.0 (1,67 KB)
-
Sin licencia
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.0.0.0 |
