Skip to content

Commit

Permalink
Update Plot_Volume_Comparison.m
Browse files Browse the repository at this point in the history
Updated figure file names
  • Loading branch information
Marinus Toman committed Mar 6, 2023
1 parent 5504f50 commit ee8fe44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Plot_Volume_Comparison.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
close all;
clear all variables;

fileSml = 'Astro_Shuttling_Model_SynCovA_bAP_10Hz_22_Feb_2022_17_13_02.fig';
fileNml = 'Astro_Shuttling_Model_SynCovB_bAP_10Hz_22_Feb_2022_13_02_18.fig';
fileBig = 'Astro_Shuttling_Model_SynCovC_bAP_10Hz_22_Feb_2022_17_27_07.fig';
fileSml = 'Astro_Shuttling_Model_SynCovA_10Hz_23_Jan_2023.fig';
fileNml = 'Astro_Shuttling_Model_SynCovB_10Hz_23_Jan_2023.fig';
fileBig = 'Astro_Shuttling_Model_SynCovC_10Hz_23_Jan_2023.fig';

%% Small volume
figSmall = openfig(fileSml);% get figure handle
Expand Down

0 comments on commit ee8fe44

Please sign in to comment.