installation instructions.txt

来自「用于有限元分析的matlab工具箱」· 文本 代码 · 共 45 行

TXT
45
字号
Installation instructions (UNIX version) 
----------------------------------------

1. Uncompress and extract the archive in the matlab program directory, 
   using the following commands:

   gunzip calfem-3.3.tar.gz
   tar xvf calfem-3.3.tar 

2. The following directory structure will be created.

   /toolbox/fem
   /toolbox/examples

3. Add the these directories to the MATLAB path using the editpath command
   in MATLAB.

Installation instructions (Windows version)
-------------------------------------------

1. Extract the .zip file in the MATLAB program directory, by double-clicking
   on the calfem-3.3.zip file. (Requires winzip, see www.winzip.com). Click on
   the "Extract"-button and choose the MATLAB directory. The "Use folder names"
   checkbox must be checked.

2. The following directory structure will be created.

   \toolbox\fem
   \toolbox\examples

3. Add the these directories to the MATLAB path using the editpath command
   in MATLAB.

Testing the installation
------------------------

enter the following commands at the MATLAB prompt:

   help beam2e

The help text for the beam2e command should appear if CALFEM is correctly 
installed.


⌨️ 快捷键说明

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