array2legend

generates a legend based on the numbers in an array
ダウンロード: 6
更新 2022/5/25

ライセンスの表示

ARRAY2LEGEND(Data,PreStr) generates a legend based on the numbers in the specified variable Data
legendHandle = array2legend(Data,{Prestr Poststr},pattern)
with a defined Pre-string and optionally a Post-string and or string-pattern. The basic code that is run at the end is:
legend(num2str(Data(:),[str{1} pattern str{2}]))
Alternative use:
matrix2legend(Data,Prestr)
% or
matrix2legend(Data,Prestr, Poststr)

引用

Micke Malmström (2026). array2legend (https://jp.mathworks.com/matlabcentral/fileexchange/112165-array2legend), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R2022a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加
バージョン 公開済み リリース ノート
1.0.1

fixed typo in description

1.0.0