User Tools

Site Tools


matlab:matlab_fieldtrip

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
matlab:matlab_fieldtrip [2019/02/27 17:36] – created igorkaganmatlab:matlab_fieldtrip [2022/12/29 07:15] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== MATLAB FieldTrip ====== ====== MATLAB FieldTrip ======
  
-http://www.fieldtriptoolbox.org/faq/should_i_add_fieldtrip_with_all_subdirectories_to_my_matlab_path/+<WRAP center round alert 60%> 
 +**Very important - please look at this link:** http://www.fieldtriptoolbox.org/faq/should_i_add_fieldtrip_with_all_subdirectories_to_my_matlab_path/ 
 +</WRAP> 
 + 
 + 
  
  
Line 9: Line 14:
  
  
-http://www.fieldtriptoolbox.org/faq/can_i_prevent_external_toolboxes_from_being_added_to_my_matlab_path/+Use the following in your custom 
 + [[matlab:matlab_path | startup.m]]
  
-Use the following in your custom startup.m+<code matlab>
  
 addpath('Y:\Sources\fieldtrip-20190130'); % or other path to fieldtrip addpath('Y:\Sources\fieldtrip-20190130'); % or other path to fieldtrip
Line 21: Line 27:
 rmpath(fullfile(ftpath, 'external', 'images')) rmpath(fullfile(ftpath, 'external', 'images'))
  
 +</code>
  
-or execute https://github.com/dagdpz/test_FT/blob/master/test_FT_initialize.m on clean MATLAB path (i.e. without added FieldTrip)+ 
 + 
 +... or just execute 
 + 
 + https://github.com/dagdpz/test_FT/blob/master/test_FT_initialize.m on clean MATLAB path (i.e. without added FieldTrip) 
 + 
 +http://www.fieldtriptoolbox.org/faq/can_i_prevent_external_toolboxes_from_being_added_to_my_matlab_path/
  
matlab/matlab_fieldtrip.1551289012.txt.gz · Last modified: 2022/12/29 07:15 (external edit)