multisignalplot(d,v​arargin)

plots multiple lines in a single figure separated by a set value
ダウンロード: 186
更新 2016/2/20

ライセンスの表示

% -------- [fh,lh] = multisignalplot(d,varargin) ---------
%
% Plots all of the signals in a data matrix in one figure, separated on the y-axis by a
% the mean(max(data)), or by a user-defined value.
%
% >>> INPUTS >>>
% Required:
% d = data matrix
% Optional:
% Fs = sampling rate...if provided, will plot relative to time on x-axis
% format = 'r','c'...lets the function know if your data is in row or
% column format...by default assumes 'c'.
% col = line color (default 'k');
% maxval = value to separate lines by...default is mean(max(d));
%
% <<< OUTPUTS <<<
% fh = handle to axis
% lh = handle to each line separately
%
% By JMS, 11/04/2015
% --------------------------------------------------------

引用

Jordan Sorokin (2024). multisignalplot(d,varargin) (https://www.mathworks.com/matlabcentral/fileexchange/55525-multisignalplot-d-varargin), MATLAB Central File Exchange. 取得済み .

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

Community Treasure Hunt

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

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