Skip to content

Commit

Permalink
Update RescaledPsiFigs.m
Browse files Browse the repository at this point in the history
  • Loading branch information
cchandre committed Apr 9, 2021
1 parent 12f4f25 commit 4eedde9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AdditionalFiles/RescaledPsiFigs.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function RescaledPsiFigs
%%
%% Last modified by Cristel Chandre (March 25, 2021)
%% Last modified by Cristel Chandre (April 9, 2021)
%% Comments? cristel.chandre@univ-amu.fr
%%

Expand All @@ -11,7 +11,7 @@

for it = 1:length(files)
[~, name, ~] = fileparts(files(it).name);
openfig(files(it).name);
openfig([Folder filesep files(it).name]);
caxis([psimin 180]);
savefig(gcf, [Folder filesep name 'Rescaled' num2str(psimin) '.fig'])
close(gcf)
Expand Down

0 comments on commit 4eedde9

Please sign in to comment.