MATLAB进行有限元分析时应用该用限元工具箱

源代码在线查看: installation instructions.txt

软件大小: 99 K
上传用户: tanhua1981
关键词: MATLAB 有限元分析 工具箱
下载地址: 免注册下载 普通下载 VIP

相关代码

				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.
				
				
							

相关资源