Skip to content

Commit

Permalink
Merge pull request #196 from AlbertoCuadra/develop
Browse files Browse the repository at this point in the history
Solve: typo
  • Loading branch information
AlbertoCuadra committed Mar 9, 2022
2 parents adacd2e + f8d3a13 commit cc81fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GUI/Functions/gui_save_results.m
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ function gui_save_results(app, format)
end
end

function gui_save_mat(filename, data_mix1, data_mix_2)
function gui_save_mat(filename, data_mix1, data_mix2)
% Save results as a mat file
save(filename, 'data_mix1', 'data_mix_2');
save(filename, 'data_mix1', 'data_mix2');
end

function gui_save_excel(filename, data_mix1, data_mix2, sumcases, sheet_name)
Expand Down

0 comments on commit cc81fbc

Please sign in to comment.