matlab精度检验代码-pilab:Matlab中的模式信息分析

时间:2021-05-22 01:49:45
【文件属性】:
文件名称:matlab精度检验代码-pilab:Matlab中的模式信息分析
文件大小:353KB
文件格式:ZIP
更新时间:2021-05-22 01:49:45
系统开源 matlab精度检验代码该代码提供了一些用于在Matlab中对数据进行单变量和多变量建模的通用工具。 该代码与fMRI数据集成一定角度,但也足够通用以支持其他用例。 依存关系 肯德里克·凯的 可选的 一个简单的演示 下面的函数提供了一种如何使用代码的速成课程。 另请参阅。 function pilabdemo() % control variables for the simulation n = 200; tr = 2; ntrial = 20; ncon = 4; nvox = 50; nrun = 2; % true parameters - same across runs b = rand(ncon+1,nvox); for r = 1:nrun % different trial order in each run conind = ceil(rand(ntrial,1) * ncon); onsets = rand(ntrial,1) * n; X = [convolveonsets(onsets,conind,tr,n,'dur',1) ones(n,1)]; % sc

网友评论

  • 好像不是我要的分析代码