linebar

Versión 1.0.0.0 (1,21 KB) por R P
linebar generates BAR plot using PLOT function.
124 descargas
Actualizado 30 mar 2016

Ver licencia

This may be useful for saving EPS or PDF figures keeping vector objects (instead bitmap)

Syntax: linebar(x,y,width,color,lineaxes)

Obs: Inputs 'x' and 'y' are row vectors. If 'y' is a matrix, a 'stack'
barplot will be generated.

Example 1: linebar( 1:5 , 10:10:50 , 10 , [0.5 0 0] )
Example 2: linebar( 1:5 , [10:10:50;1:5] , 10 , [0.5 0 0;0 1 0] )

Citar como

R P (2024). linebar (https://www.mathworks.com/matlabcentral/fileexchange/56243-linebar), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R13
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Annotations en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas
Agradecimientos

Inspiración para: superbar

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

update in title