barChartRace

バージョン 1.0.2 (729 KB) 作成者: Eiji Konaka
Make bar chart race animation gif file from data (inData) with option (Opt).
ダウンロード: 207
更新 2020/1/23

ライセンスの表示

編集メモ: This file was selected as MATLAB Central Pick of the Week

barChartRace wittern by Eiji Konaka, Jan/2020.
Make bar chart race animation gif file from data (inData) with option (Opt).
This file is tested and intended to work on R2016b (or later).

inputs:
inData(i,j); value of i-th index at j-th time instance
All values in this matrix are assumed to be positive.
If it contains negative value, modify 'automatic scaling of horizontal axis' line as you like.

output:
The output is directly written as an animation gif file with filename outFileName.

Options:
xTickLabelStrs(i): vertical tick label of i-th index.
outFileName: output file name.
xLabelStr, yLabelStr, titleStr; Strings for horizoltal axis, vertical
axis, and title
faceColor: color in text (e.g., 'blue') or value (e.g., [0,0,1])

引用

Eiji Konaka (2024). barChartRace (https://www.mathworks.com/matlabcentral/fileexchange/74003-barchartrace), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2016a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersSimulation についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.2

Include output sample.

1.0.1

Fix typo.

1.0.0