From c2b144d193d775b719c7cd707fdfdc1e5f37b5b0 Mon Sep 17 00:00:00 2001 From: Matt Parkan Date: Tue, 15 May 2018 14:52:27 +0200 Subject: [PATCH] Updated dft_tutorial_2.m --- scripts/tutorials/dft_tutorial_2.m | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/tutorials/dft_tutorial_2.m b/scripts/tutorials/dft_tutorial_2.m index 08337ee..e46c15e 100644 --- a/scripts/tutorials/dft_tutorial_2.m +++ b/scripts/tutorials/dft_tutorial_2.m @@ -99,9 +99,6 @@ color_3d = colors(ind); color_3d(~idxl_veg) = 1; - -%% Step 7 - plot the colored points cloud (vegetation points only) - % define a colormap cmap = [0, 0, 0; 166,206,227; @@ -118,6 +115,8 @@ 177,89,40] ./ 255; +%% Step 7 - plot the colored points cloud (vegetation points only) + % Due to 3D plotting performance issues, the display of large points % clouds is currently discouraged in Octave if ~OCTAVE_FLAG