x=[0 1 1 0 0]; %x坐标y=[0 0 1 1 0]; %y坐标stress=[1 2 3 4 1] %应力大小fill(x,y,stress); %填充shading interp; %色彩平滑colorbar; %分布柱图axis equal; %坐标轴相等
x=[0 1 1 0 0]; %x坐标
y=[0 0 1 1 0]; %y坐标
stress=[1 2 3 4 1] %应力大小
fill(x,y,stress); %填充
shading interp; %色彩平滑
colorbar; %分布柱图
axis equal; %坐标轴相等
***
原文链接:http://www.cnblogs.com/fangjing/p/11432765.html
本站QQ群:前端 618073944 | Java 606181507 | Python 626812652 | C/C++ 612253063 | 微信 634508462 | 苹果 692586424 | C#/.net 182808419 | PHP 305140648 | 运维 608723728