multisignalplot(d,v​arargin)

plots multiple lines in a single figure separated by a set value
187 Downloads
Aktualisiert 20. Feb 2016

Lizenz anzeigen

% -------- [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
% --------------------------------------------------------

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2013a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Line Plots finden Sie in Help Center und MATLAB Answers
Tags Tags hinzufügen

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0