contents.m

来自「用于在matlab平台上进行有限元分析」· M 代码 · 共 28 行

M
28
字号
% CALFEM - Users manual example scripts.% Version 3.4  2004-10-07%% Copyright (c)  Division of Structural Mechanics%                Lund Institute of Technology%------------------------------------------------------------------------------% Static analysis examples.%   exs1   - Linear spring system.%   exs2   - One dimensional heat flow.%   exs3   - Plane truss.%   exs4a  - Plane truss analysed using loops.%   exs4b  - Plane truss analysed using loops and extraction of element %            coordinates from a global coordinate matrix%   exs5   - Simply supported beam.%   exs6   - Plane frame.%   exs7   - Geometry stabilized with bars.%   exs8   - Two dimensional diffusion.%% Dynamic analysis examples.%   exd1   - Modal analysis of frame.%   exd2   - Transient analysis.%   exd3   - Reduced system transient analysis.%   exd4   - Time varying boundary condition.%% Non-linear analysis examples%   exn1   - Second order theory analysis of a frame.%   exn2   - Buckling analysis of a frame.

⌨️ 快捷键说明

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