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