diff --git a/examples/matlab/PlanarSLAMExample_easy.m b/examples/matlab/PlanarSLAMExample.m similarity index 100% rename from examples/matlab/PlanarSLAMExample_easy.m rename to examples/matlab/PlanarSLAMExample.m diff --git a/examples/matlab/Pose2SLAMExample_easy.m b/examples/matlab/Pose2SLAMExample.m similarity index 98% rename from examples/matlab/Pose2SLAMExample_easy.m rename to examples/matlab/Pose2SLAMExample.m index 2172f5767..41d4c0708 100644 --- a/examples/matlab/Pose2SLAMExample_easy.m +++ b/examples/matlab/Pose2SLAMExample.m @@ -40,7 +40,7 @@ constraintUncertainty = gtsamSharedNoiseModel_Sigmas([0.2; 0.2; 0.1]); graph.addConstraint(5, 2, gtsamPose2(2.0, 0.0, pi/2), constraintUncertainty); % print -graph.print(sprintf('/nFactor graph:\n')); +graph.print(sprintf('\nFactor graph:\n')); %% Initialize to noisy points initialEstimate = pose2SLAMValues;