summaryrefslogtreecommitdiffstats
path: root/samples/matlab/s010_supersampling.m
diff options
context:
space:
mode:
Diffstat (limited to 'samples/matlab/s010_supersampling.m')
-rw-r--r--samples/matlab/s010_supersampling.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/matlab/s010_supersampling.m b/samples/matlab/s010_supersampling.m
index 7e52bc9..ca9bb21 100644
--- a/samples/matlab/s010_supersampling.m
+++ b/samples/matlab/s010_supersampling.m
@@ -20,7 +20,7 @@ cfg_proj.VolumeGeometry = vol_geom;
proj_id = astra_mex_projector('create', cfg_proj);
-[sinogram3 sinogram_id] = astra_create_sino(P, proj_id);
+[sinogram_id sinogram3] = astra_create_sino(P, proj_id);
figure(1); imshow(P, []);
figure(2); imshow(sinogram3, []);