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

 

matlab画立方体

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2022-01-18
  • 2021-09-08
  • 2022-12-23
  • 2021-12-18
猜你喜欢
  • 2021-10-10
  • 2021-06-17
  • 2021-09-14
  • 2021-11-21
  • 2021-10-13
相关资源
相似解决方案