Home > vbmeg > functions > tool_box > dynamics_movie > tutorial_current_file_create_for_dbayes.m

tutorial_current_file_create_for_dbayes

PURPOSE ^

This function create

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 This function create
   1.cortical area model file for display.
   2.connection model file for display.
   3.input current file file.

 Copyright (C) 2011, ATR All Rights Reserved.
 License : New BSD License(see VBMEG_LICENSE.txt)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % This function create
0002 %   1.cortical area model file for display.
0003 %   2.connection model file for display.
0004 %   3.input current file file.
0005 %
0006 % Copyright (C) 2011, ATR All Rights Reserved.
0007 % License : New BSD License(see VBMEG_LICENSE.txt)
0008 
0009 % Input files
0010 input_dir = '/home/cbi/rhayashi/temp/dynamics_movie/data';
0011 
0012 dmri_file              = fullfile(input_dir, 'dmri/connectivity/connectivity.dmri.mat');
0013 estimation_file        = fullfile(input_dir, 'dynamics_estimation/estimation_result.dbayes.mat');
0014 
0015 % output files
0016 output_dir   = '~/dynamics_movie';
0017 current_file = fullfile(output_dir, '/current.mat');
0018 
0019 %
0020 % --- Make current file
0021 %
0022 predict_param_make_from_dbayes_file(estimation_file, dmri_file, current_file);

Generated on Mon 22-May-2023 06:53:56 by m2html © 2005