clc;clear;close all; structuralModel = createpde('structural','static-solid'); gm = multicuboid(1,1,1); structuralModel.Geometry = gm; figure(1);hold on;pdegplot(structuralModel,'FaceLabels','off','FaceAlpha',0.5);
clc;clear;close all; structuralModel = createpde('structural','static-solid'); gm = multicuboid(1,1,1); structuralModel.Geometry = gm; figure(1);hold on;pdegplot(structuralModel,'FaceLabels','off','FaceAlpha',0.5);