function [] = initializeGround() %% ground = struct(); ground.shape = [2, 2, 0.5]; % m %% Save save('./mat/stages.mat', 'ground', '-append'); end