From 2541e30d43f7e736da7ee4d3008cbff803f6d9da Mon Sep 17 00:00:00 2001 From: Tom S <121166309+pho-Toms@users.noreply.github.com> Date: Thu, 5 Oct 2023 13:56:41 +0200 Subject: [PATCH] Update example_MULTEM_STEM_matrix_detector.m suptitle -> sgtitle --- mex_examples_multem/example_MULTEM_STEM_matrix_detector.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mex_examples_multem/example_MULTEM_STEM_matrix_detector.m b/mex_examples_multem/example_MULTEM_STEM_matrix_detector.m index b8346378..de051d39 100644 --- a/mex_examples_multem/example_MULTEM_STEM_matrix_detector.m +++ b/mex_examples_multem/example_MULTEM_STEM_matrix_detector.m @@ -142,7 +142,7 @@ figure(2); clf; for i=1:length(output_radial_detector.data) - suptitle(['Thickness = ' num2str(i)]) + sgtitle(['Thickness = ' num2str(i)]) subplot(1, 3, 1); imagesc(output_radial_detector.data(i).image_tot(1).image); title('Radial Detector');