plot_multichan.m
Version 1.0.1 (12,8 ko) par
HioBeen Han
Simple MATLAB function for plotting time-series data with multiple channels.
% Simple MATLAB function for plot multi-channel time-series data
%
% Usage:
% plot_multichan( y ) % <- y: signal
% plot_multichan( x, y ) % <- x: time
%
% Example:
% y = randn([20, 2000]);
% plot_multichan(y);
%
% Written by Hio-Been han, hiobeen.han@kaist.ac.kr, 2020-03-07
%
Citation pour cette source
HioBeen Han (2024). plot_multichan.m (https://github.com/Hio-Been/plot_multichan), GitHub. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2019b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Les versions qui utilisent la branche GitHub par défaut ne peuvent pas être téléchargées
Version | Publié le | Notes de version | |
---|---|---|---|
1.0.1 | Connected to Github repo |
|
|
1.0.0 |
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.