plotmea.m

来自「神经元信号处理软件」· M 代码 · 共 6 行

M
6
字号
function plotmea(d)
% plotmea- plot the channels in this recording (datastream method)
% plotmea(d) plots the channels in an MCRack file

	cellplot(reshape(d.ChannelNames([1:64]),8,8));

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?