linebar

linebar generates BAR plot using PLOT function.

現在この提出コンテンツをフォロー中です。

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] )

引用

R P (2026). linebar (https://jp.mathworks.com/matlabcentral/fileexchange/56243-linebar), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを与えたファイル: superbar

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0

update in title