Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
h = StemBar(x,y,z,color,width)
Function is similar to stem3, but instead of lines with markers plotting
3d bars
Usage:
StemBar(x,y,z) - draws bars with a height z at the values specified in x
and y. x, y, z - should be a vectors.
StemBar(z) - draws bars with a height z at the xy-plane
StemBar(...,color) - If color is a single character string chosen from the
list 'r','g','b', 'c','m','y','w','k', or an RGB row vector triple,
[r g b], the bars are filled with the constant specified color. If color
is a vector of length numel(x)*6 each faces will be filled with specified
color in the corresponding row.
StemBar(...,width) - specified a width of bars
h = StemBar(...) - return a handle
example:
StemBar(100*rand(25,1),100*rand(25,1),100*rand(25,1),rand(150,1)',2)
h = StemBar(1:10);
Author: Grzegorz Knor
e-mail: gknor@ippt.gov.pl
Zitieren als
Grzegorz Knor (2026). StemBar (https://de.mathworks.com/matlabcentral/fileexchange/28513-stembar), MATLAB Central File Exchange. Abgerufen .
Allgemeine Informationen
- Version 1.1.0.0 (1,86 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.1.0.0 | It was an error in example. |
||
| 1.0.0.0 |
