Skip to content

Commit

Permalink
Update CSPGmakeBeachWidthAnimation.m
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchharley committed May 8, 2023
1 parent 1bcec53 commit d956dcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GUI/CSPGmakeBeachWidthAnimation.m
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ function CSPGmakeBeachWidthAnimation(handles)

%Save beachwidth time-series data to csv file in output directory
M = [datevec(dates) av_bw' f(dates)]; %8-column matrix of dates, alongshore-averaged beach width and smoothed beach width
writematrix(M,fullfile(output_path,['beachwidth_timeseries_' data.site '.csv']))
%writematrix(M,fullfile(output_path,['beachwidth_timeseries_' data.site '.csv']))
csvwrite(fullfile(output_path,['beachwidth_timeseries_' data.site '.csv']),M);

%Put coastsnap logo
Ics = imread('CoastSnap Logo Portrait.png');
Expand Down

0 comments on commit d956dcf

Please sign in to comment.