plot_multichan.m

バージョン 1.0.1 (12.8 KB) 作成者: HioBeen Han
Simple MATLAB function for plotting time-series data with multiple channels.
ダウンロード: 232
更新 2020/3/7

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

引用

HioBeen Han (2026). plot_multichan.m (https://github.com/Hio-Been/plot_multichan), GitHub. 取得日: .

MATLAB リリースの互換性
作成: R2019b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加

GitHub の既定のブランチを使用するバージョンはダウンロードできません

バージョン 公開済み リリース ノート
1.0.1

Connected to Github repo

1.0.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。