matlab画立方体

 

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);

 

 

posted on 2021-06-25 11:02  一杯明月  阅读(2579)  评论(0编辑  收藏  举报