mne.compute_morph_matrix(subject_from, subject_to, vertices_from, vertices_to, smooth=None, subjects_dir=None, warn=True, verbose=None)[source]¶Get a matrix that morphs data from one subject to another.
| Parameters: | subject_from : string 
 subject_to : string 
 vertices_from : list of arrays of int 
 vertices_to : list of arrays of int 
 smooth : int or None 
 subjects_dir : string 
 warn : bool 
 verbose : bool, str, int, or None 
  | 
|---|---|
| Returns: | morph_matrix : sparse matrix 
  |