bar_mesh5_3_1aele.m

来自「The Finite Element Method Usign MATLAB.p」· M 代码 · 共 16 行

M
16
字号
function  bar_mesh5_3_1Aele
include_flags;



% Node:  1    2    3   (coordinate systems attached to node 2) 
%--------------------
x   =  [2.0  5.0  6.0  ];        % x coordinate  
y   =  2*x;                      % y is used only for the bar plot 

% connectivity array
IEN =  [1    2    3]';           % 1 element

plotbar;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?