update_geometry_path.m 230 B

12345678910
  1. path = 'C:\021_WiscPlan_data\patient013\WiscPlan';
  2. load([path '\matlab_files\Geometry.mat'])
  3. Geometry.patient_dir = path;
  4. Geometry.data_dir = path;
  5. save([path '\matlab_files\Geometry.mat'], 'Geometry')
  6. disp('Done!')